On Mon, 17 Mar 2003, Brad Campbell wrote:
Francois Gouget wrote:
I'm not using any native dll's at all. Winedump produces a nice import table for my exe file, but running winedump on the native wine dll files fails miserably.
It shouldn't.
Does that point to an error in winedump then?
Oh, sorry. 'native' threw me off, you meant 'builtin wine dll files'. Yeah, I believe winedump only supports the PE format, i.e. native windows dlls.
bklaptop:/usr/src/cvs/wine/tools/winedump>./winedump dump -j /usr/local/wine/lib/wine/advapi32.dll.so No known main signature (E/457f), aborting
Seems you're missing 'imports' after the '-j', not that it would make a big difference.