Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear Reini Urban, No, your guess is wrong. 3proxy is natively developed to compile under Windows and compiles perfectly with both gcc -mno-cygwin and VC++ and though it can be compiled with cygwin I see no reason for that (3proxy has build-in code to install and run as Windows service and

Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, 3APA3A wrote: > Dear Igor Pechtchanski, > > --Monday, June 21, 2004, 7:34:33 PM, you wrote to 3APA3ASECURITYNNOVRU: (even if it's your own). :-D > >> 1. I did DLL, it works fine with cygwin application. > >> 2. If I try to use it

RE: Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of 3APA3A > Sent: 21 June 2004 17:01 > >> 2. If I try to use it from native application it hangs on > LoadLibrary. > >> 3. I did DllMain function with impure_ptr initialization > and finally > >> compiled as described in FAQ. > >>

Re[2]: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear Igor Pechtchanski, --Monday, June 21, 2004, 7:34:33 PM, you wrote to [EMAIL PROTECTED]: >> >> 1. I did DLL, it works fine with cygwin application. >> 2. If I try to use it from native application it hangs on LoadLibrary. >> 3. I did DllMain function with impure_ptr initialization and fin