Dependency Walker Not Showing All the Depended Dll
Posted
by Ngu Soon Hui
on Stack Overflow
See other posts from Stack Overflow
or by Ngu Soon Hui
Published on 2010-04-01T03:19:31Z
Indexed on
2010/04/01
3:23 UTC
Read the original article
Hit count: 790
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?
© Stack Overflow or respective owner