Problem using cygwin compiled DLL's in other Windows apps

2002-01-08 Thread Logan Bowers
irst compile to assembly and then use perl to get rid of the __Fv. Is there an easier way to do this? Thanks. Logan Bowers -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.co

Re: Problem using cygwin compiled DLL's in other Windows apps

2002-01-08 Thread Logan Bowers
But if I do that, I lose the ability to make UNIX style system calls, right? My version of ld (from the standard Cygwin distro) only supports i386pe, how do I install support for other emulations. Logan Bowers Robert Collins wrote: > > You'll need to compile and link with

Re: Problem using cygwin compiled DLL's in other Windows apps

2002-01-08 Thread Logan Bowers
Robert Collins wrote: > > - Original Message - > From: "Logan Bowers" <[EMAIL PROTECTED]> > To: "Robert Collins" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, January 09, 2002 10:11 AM > Subject: Re