Mail Archives: cygwin/1998/04/06/09:20:10
On 30-Mar-1998, Mark H. Wood <mwood AT mhw DOT oit DOT iupui DOT edu> wrote:
> I see lots of discussion and FAQ text on how to *create* .DLLs, but
> nothing on how to *use* them. The FAQ says I must link with an "import
> library", but doesn't tell me how to create one from an existing .DLL.
Generally you must first create a `.def' file, and then create the import
library from the .def file.
There's a program called `impdef' (I think) which you can use to create
`.def' files for existing DLLs -- it was posted to this mailing list
some time ago.
--
Fergus Henderson <fjh AT cs DOT mu DOT oz DOT au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -