Dependency Walker Not Showing All the Depended Dll

和自甴很熟 提交于 2019-12-13 14:23:12

问题


I have a fortran dll, and I want to know the assemblies that it depends on for redistribution purpose.

One thing I found out is that the dependency walker doesn't show all of the dependencies, i.e, there are some dlls that my assembly is dependent on, but dependency walker doesn't show it out.

An example would be a dll that makes use of intel mkl LAPACK dlls, but the dependency walker doesn't show that dependency.

Why this is so? And any idea how to fix this problem, or is there other more reliable tool that I can use?


回答1:


Dependency Walker will only show the static dependencies if you don't run it. Run it in profile, and it will show the assemblies that it dynamically loads.



来源:https://stackoverflow.com/questions/2557954/dependency-walker-not-showing-all-the-depended-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!