RE: DLLs and LoadLibrary

2004-07-22 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Vadim Berezniker > Sent: 22 July 2004 08:15 > 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. >

Re: DLLs and LoadLibrary

2004-07-22 Thread Jani tiainen
Vadim Berezniker wrote: 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

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, e

Re: DLLs and LoadLibrary

2004-07-21 Thread Jani tiainen
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, everything is OK. As

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