Re: Cygwin dll initialization from win32 application

2005-04-01 Thread Igor Pechtchanski
On Fri, 1 Apr 2005, Douglas Merrell wrote: > On Tue, 11 Mar 2003 15:34:07 -0500, Christopher Faylor wrote: > > On Tue, Mar 11, 2003 at 12:48:15PM -0500, Rich LeGrand wrote: > > > Hi all, > > > This has been discussed before, but I have been unable to find any > > > solutions to this problem. > > >

Re: Cygwin dll initialization from win32 application

2005-04-01 Thread Douglas Merrell
On Tue, 11 Mar 2003 15:34:07 -0500, Christopher Faylor wrote: On Tue, Mar 11, 2003 at 12:48:15PM -0500, Rich LeGrand wrote: Hi all, This has been discussed before, but I have been unable to find any solutions to this problem. Basically I'm trying to call cygwin functions in the cygwin1.dll from a W

Re: cygwin dll initialization from win32 application

2003-03-11 Thread Christopher Faylor
On Tue, Mar 11, 2003 at 12:48:15PM -0500, Rich LeGrand wrote: >Hi all, >This has been discussed before, but I have been unable to find any solutions >to this problem. > >Basically I'm trying to call cygwin functions in the cygwin1.dll from a >Windows (msvc) application by calling LoadLibrary() and

Cygwin dll initialization from win32 application

2003-03-11 Thread Rich LeGrand
Hi all, This has been discussed before, but I have been unable to find any solutions to this problem. Basically I'm trying to call cygwin functions in the cygwin1.dll from a Windows (msvc) application by calling LoadLibrary() and GetProcAddress(). I can see that the cygwin authors have made provi