How to make import libraries?

Fergus Henderson fjh@cs.mu.OZ.AU
Mon Apr 6 01:49:00 GMT 1998


On 30-Mar-1998, Mark H. Wood <mwood@mhw.oit.iupui.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@cs.mu.oz.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@128.250.37.3        |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list