Re: Run time linking a .dll into a .exe

2001-12-04 Thread Danny Smith
--- Glen Ozymok <[EMAIL PROTECTED]> wrote: > I want to create some plugins for an executable. > The problem is that when I create a plugin > (.dll, shared object, or whatever you want to call it), > it sucks in code that is already in the executable. > In other words, I link the executable with s

Run time linking a .dll into a .exe

2001-12-04 Thread Glen Ozymok
I want to create some plugins for an executable. The problem is that when I create a plugin (.dll, shared object, or whatever you want to call it), it sucks in code that is already in the executable. In other words, I link the executable with some static library, libfoo.a, and the executable gets