Mail Archives: cygwin/1998/12/10/04:11:57
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".
- Raw text -