From: triple_da_money@usa.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.53DB9026@pobox.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.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@4
function2@8
function3@72

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
