DLLs and LoadLibrary

2004-07-21 Thread Vadim Berezniker
I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library, everything is OK. As soon as I uncomment one

Re: DLLs and LoadLibrary

2004-07-22 Thread Vadim Berezniker
Jani tiainen wrote: Vadim Berezniker wrote: I followed the FAQ and the various mailing list messages and was able to build a dll that I can load with LoadLibrary. The code inside the DLL makes calls to code in other libraries and for the most part this is okay. When I make calls to one library