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.
I usually use Dependency Walker (http://www.dependencywalker.com/) which works fine under wine (seems strange because it's a microsoft product, but that's it ;) It's also useful to track down which dlls uses an executable and then try to load the native ones.