Mail Archives: cygwin/1999/01/17/21:06:24
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -