From: fjh AT cs DOT mu DOT OZ DOT 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: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: "Mark H. Wood" Cc: Gnu-Win32 list On 30-Mar-1998, Mark H. Wood 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 | "I have always known that the pursuit WWW: | 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".