>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 instru
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 unde
Hello, I'm trying to use a DLL created with cygwin in my VC++ project. I
have a DLL file and I need to create .lib in order to use the DLL in VC++, I
use the following command sequence:
dlltool --export-all-symbols --output-def mylib.def mylib.dll #cygwin's
dlltool
lib /DEF:mylib.def /OUT:mylib
Hello, I'm trying to use a DLL created with cygwin in my VC++ project. I
have a DLL file and I need to create .lib in order to use the DLL in VC++, I
use the following command sequence:
dlltool --export-all-symbols --output-def mylib.def mylib.dll #cygwin's
dlltool
lib /DEF:mylib.def /OUT:mylib
4 matches
Mail list logo