开发者

LD_DEBUG=files for Windows Visual Studio?

I'm quite stuck on a ddl loader problem under Windows Visual Studio 2009 C++. I have a framwork which loads plugins as DLL files, unfortunatly I have no sourcecode access to the framework. The dependency walker doesn't show any errors, but the framework just says "dependencies not found" when loading the plugin. I'm quite un开发者_如何学运维familiar with debugging under Windows, my next step under Linux would have been to set LD_DEBUG=files and check which DLL's/libraries are loaded.

Is something similar possible under Windows?


If you use dependency walker it has a menu entry Profile. So if you load the exe to the dependency walker and use profile you might get additional information why dll wasn't resolved.


If the framework doesn't tell you which DLL couldn't be found, then you can manually find this out with Process Monitor.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜