DLL dependencies

M

Mike C#

How can I get a list of DLL dependencies from an EXE? I have some older
VC++ 6.0 apps and I need to compare DLL dependencies vs.
re-writes/re-compilations in VC++ 7.1. Thanks
 
D

Doug Harrison [MVP]

How can I get a list of DLL dependencies from an EXE? I have some older
VC++ 6.0 apps and I need to compare DLL dependencies vs.
re-writes/re-compilations in VC++ 7.1. Thanks

Depends.exe AKA Dependency Walker.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top