If I have a Windows executable, how can I find out which dlls it will load?
I\'m just talking about which ones that will be loaded statically, not ones it might load
There is a handy tool called NDepend that will give you all DLL dependencies.