linking against DLLs

James Scott jes23@cam.ac.uk
Sun Jan 31 23:52:00 GMT 1999


Thanks, 

I also found out DUMPBIN.EXE from VC5 can be used generate .def files,
e.g.:

DUMPBIN /exports foo.dll |
awk '/@/{print $3}' |
awk 'BEGIN { FS = "@"; printf("EXPORTS\n"); }
     /@/{printf("%s @%s\n", $1,$2);}' > foo.def

and I found out after ages of frustration that you've got to have a space
between the symbol name and the @ sign!

James

-
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