Plugin dependencies?
-
How can I check reliably what plugins my program depends on?
It seems that even the aboutQt dialog requires several plugins:
bq.
ModLoad: 01f90000 01f9b000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qico4.dll
ModLoad: 02030000 02063000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qjpeg4.dll
ModLoad: 02b40000 02b7a000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qmng4.dll
ModLoad: 021d0000 021d9000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qsvg4.dll
ModLoad: 66000000 66047000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\QtSvg4.dll
ModLoad: 61000000 61056000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\bin\QtXml4.dll
ModLoad: 02ba0000 02be8000 C:\QtSDK\Desktop\Qt\4.7.4\msvc2008\plugins\imageformats\qtiff4.dll -
This program will show you modules loaded at runtime for any running Windows program:
"http://www.codeproject.com/Articles/301/Display-Loaded-Modules-v1-5":http://www.codeproject.com/Articles/301/Display-Loaded-Modules-v1-5