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

2002-01-08 Thread Charles Wilson
> To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 09, 2002 9:08 AM > Subject: Problem using cygwin compiled DLL's in other Windows apps > > > >>Hello, >> >>I'm having a nasty problem that's got me posivively stumped. I've >&

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
-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 co

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 cyg

Problem using cygwin compiled DLL's in other Windows apps

2002-01-08 Thread Logan Bowers
Hello, I'm having a nasty problem that's got me posivively stumped. I've written a Winamp plugin (a DLL) using Cygwin. Winamp properly loads the DLL (at runtime), but whenever my DLL attempts to make a system call (such as open()), Winamp crashes. I have no idea how to trace this kind of probl