This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Using a DLL built with cygwin in VC++
- From: Shankar Unni <shankarunni at netscape dot net>
- To: cygwin at cygwin dot com
- Date: Mon, 12 Feb 2007 13:58:07 -0800
- Subject: Re: Using a DLL built with cygwin in VC++
- References: <000301c74ba5$e31c2cb0$125110ac@sheffpc>
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 understood what you're actually trying to do, you may
want to try to follow the instructions in Q 16 to generate your .lib and
.def files, and then make sure to put in the correct crt hooks, etc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/