Re: Re: Using a DLL built with cygwin in VC++

2007-02-14 Thread Отец Батилович
First of all, have you read the Cygwin FAQ (specifically, *all* the questions in the Programming FAQ? Read the caveats about linking Cygwin DLLs into VC++ programs. Specifically, Q 16. After you have understood what you're actually trying to do, you may want to try to follow the instructions

Re: Using a DLL built with cygwin in VC++

2007-02-12 Thread Shankar Unni
Papasha wrote: Hello, I'm trying to use a DLL created with cygwin in my VC++ project. First of all, have you read the Cygwin FAQ (specifically, *all* the questions in the Programming FAQ? Read the caveats about linking Cygwin DLLs into VC++ programs. Specifically, Q 16. After you have