From: triple_da_money AT usa DOT net (Triple-T) Subject: Creating a library from a dll 10 Dec 1998 04:11:57 -0800 Message-ID: <366F4F43.C6D9EDD4.cygnus.gnu-win32@usa.net> References: <366B51E5 DOT 53DB9026 AT pobox DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Say I have a dll that I want to use with my program but I don't have a library for it so I can't use just do a nm whatever.lib > whatever.NM cat whatever.nm | egrep '^........ [T]' | sed 's/[^_]*_//' ... so, what are my choices here ? I found an impdef utility but it only generates the def like this . EXPORTS functioname function2 function3 it doesn't have the EXPORTS functioname AT 4 function2 AT 8 function3 AT 72 - 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".