Determining dll imports in dlls

Francois Gouget fgouget at free.fr
Fri Mar 14 01:48:45 CST 2003


On Fri, 14 Mar 2003, Brad Campbell wrote:
[...]
> Am I missing something, or will this work ?

A better way is to run your application with '--debumsg +loaddll'. This
will generate a log enumerating all the libraries that your application
loads (and also tell you whether it's using the native or builtin
version).

Alternately, you can use 'tools/winedump/winedump dump -j imports'
on your executable and recursively on each library. But it's more work
(however you can use this method on applications that don't work on Wine
yet, not your case I guess).

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
   Nouvelle version : les anciens bogues ont été remplacés par de nouveaux.




More information about the wine-devel mailing list