DLL dependencies

  • Thread starter Thread starter Mike C#
  • Start date Start date
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
 
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

Similar Threads

Converting Activex application 1
How to debug a DLL? 1
calling DLL 17
ATL service exe problem 1
how to use VB 6 dll in VC++ 6 2
Stepping into vc++ dll from c# 2
800736B1 1
Converting a VC 6.0 project 1

Back
Top