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 unfamiliar 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?