In fact it is the name of the exe, it complete name is Win32 Dependency
Walker,
and you can download it from http://www.dependencywalker.com/
Please note that all debug dlls should be linked againstr
msvcrt(version)d.dll and/or mscvp(version)d.dll and release ones to
msvcrt(version).dll and/or mscvp(version).dll, it may helpfull to see all
dll dependcies with this tool.
2006/7/3, Jim Langston <serpardum@stripped>:
>
> I never even heard of depends, but at this point I think it's the issue of
> linking with debug and running release mode or vice versa. What I"m going
> to do is rename the debug .lib and .dlls with d at the end (like I did at
> one point) and see how it goes.
>