From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Subject: Re: How to make import libraries?
6 Apr 1998 09:20:10 -0700
Message-ID: <19980406103530.12616.cygnus.gnu-win32@murlibobo.cs.mu.OZ.AU>
References: <Pine.LNX.3.91.980330145149.28881C-100000@mhw.OIT.IUPUI.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: "Mark H. Wood" <mwood@mhw.oit.iupui.edu>
Cc: Gnu-Win32 list <gnu-win32@cygnus.com>

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".
