【原创】Dependency Walker

https://zh.wikipedia.org/wiki/Dependency_Walker

For situations where the system says it can’t find some dll “or one of its dependencies”, I recommend using the Microsoft utility “Dependency Walker”.  When you run it on the dll or exe with this problem it will normally show you what it can’t find.

This will be help: https://stackoverflow.com/questions/36240215/dependency-walker-missing-dlls 

原文地址:https://www.cnblogs.com/successliwei/p/7228382.html