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

2002-01-08 Thread Charles Wilson
Robert Collins wrote: > You'll need to compile and link with -mno-cygwin - winamp uses a > different C runtime that Cygwin. Actually, Rob is assuming that you are using gcc to do the link phase. Usually, it's better to let gcc take care of all that mess for you -- and -mno-cygwin is a gcc o

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

2002-01-08 Thread Robert Collins
- Original Message - From: "Logan Bowers" <[EMAIL PROTECTED]> > Robert Collins wrote: > > > > - Original Message - > > From: "Logan Bowers" <[EMAIL PROTECTED]> > > Ahhh... That is the functionality I need. I've compiled ESoundD (a > unix app) under cygwin and would like to link

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

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

2002-01-08 Thread Robert Collins
- 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: Problem using cygwin compiled DLL's in other Windows apps

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 -mno-cygwin - wina

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

2002-01-08 Thread Robert Collins
You'll need to compile and link with -mno-cygwin - winamp uses a different C runtime that Cygwin. Rob === - Original Message - From: "Logan Bowers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 9:08 AM Subject: Problem using cygwin compiled DLL's in other W