re: Tracking DLLs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>Does anyone know what command line params I can use to track what DLLs a
>a program is accessing...?

WINEDEBUG=+module wine yourprogram.exe

This outputs lots of messages like

trace:module:load_dll Loaded module L"iphlpapi.dll" (builtin) at 0x7b440000

I usually redirect the output to a log file and then use grep, e.g.

WINEDEBUG=+module wine yourprogram.exe > log 2>&1

grep Loaded log

Hope that helps!
- Dan

--
Wine for Windows ISVs: http://kegel.com/wine/isv

_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux