you can still create a def file using the output from the objdump program (from the MinGW distribution). Here's an example.
objdump -p mydll.dll > mydll.fil
Search for "[Ordinal/Name Pointer] Table" in mydll.fil and use the list of functions following it to create your def file.
Monday, November 26, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment