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
Dependency Walker can help you determine which .dll will be loaded.