This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Creating a library from a dll


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]