On Sat, Jul 24, 2004 at 05:11:18PM -0500, James Hawkins wrote:
In what way can I list the API functions provided from a certain dll file? I seem to remember seeing somewhere that you could use a debugger, but I'm not sure.
Do you mean the symbols, or something else? For the symbols, you can use pexports from mingw-utils, or a nm compiled for the mingw target.