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: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Reini Urban
Dave Korn schrieb: Got any exciting new vuln reports coming up soon then? Found a security hole or three in cygwin? I guess that he just wants to add this proxy being loaded dynamically: http://www.security.nnov.ru/soft/3proxy/howtoe.asp#GCCWIN > # How to compile 3proxy with GCC under Windows >

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

2004-06-21 Thread 3APA3A
Dear Igor Pechtchanski, --Monday, June 21, 2004, 8:20:50 PM, you wrote to [EMAIL PROTECTED]: IP> Whoops, sorry for the confusion. I didn't realise that the information IP> from the above message is already in the FAQ (and that's probably what you IP> referred to in your step 3 above). IP> It w

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

Re: Compiling DLLs to be used from native Win32 application

2004-06-21 Thread Igor Pechtchanski
On Mon, 21 Jun 2004, 3APA3A wrote: > Dear cygwincygwincom, Umm, is that the wisest choice of address? Let's not feed the spam harvesters. > I saw this problem was raised for few times on list, but do not see > final solution. I want to create native Windows frontend to > cygwin-based dynami

Compiling DLLs to be used from native Win32 application

2004-06-21 Thread 3APA3A
Dear [EMAIL PROTECTED], I saw this problem was raised for few times on list, but do not see final solution. I want to create native Windows frontend to cygwin-based dynamic library. What I did: 1. I did DLL, it works fine with cygwin application. 2. If I try to use it from n