Board index » delphi » Checking dependencies in Windows

Checking dependencies in Windows


2004-05-09 10:12:06 AM
delphi54
How is it possible to check-out the dependencies of dll's and executable
files with plain Delphi under Windows?
Tips, suggestions and hints are very welcome.
 
 

Re:Checking dependencies in Windows

Try the Dependency Walker tool (depends.exe) included with Microsoft Visual
Studio 6.
"Bas S.Th. Verdult" <CorazonFeliz@[heia]home.nl>writes
Quote
How is it possible to check-out the dependencies of dll's and executable
files with plain Delphi under Windows?

Tips, suggestions and hints are very welcome.
 

Re:Checking dependencies in Windows

David Hughes writes:
Quote
Try the Dependency Walker tool (depends.exe) included with Microsoft Visual
Studio 6.
Thank you very much for your input. I have found some more resources in
the mean time, which I should share:
The MS Tool depends.exe can also be obtained at
www.dependencywalker.com/
For those who need to program and to implement dependency checking
themselves are able to download R1.20 of the Jedi Code Library (JCL) at
sourceforge.net/projects/jcl/ which includes the full source on
how this is done.
Any handy tools regarding PE-files internals can be found at
www.volweb.cz/pvones/delphi/ based on the JCL code.