How to check for DLL dependency?

The Solution to How to check for DLL dependency? is


dumpbin from Visual Studio tools (VC\bin folder) can help here:

dumpbin /dependents your_dll_file.dll

~ Answered on 2015-02-03 17:07:24


Most Viewed Questions: