Creating a library from a dll

Triple-T triple_da_money@usa.net
Wed Dec 9 20:46:00 GMT 1998


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



More information about the Cygwin mailing list