Board index » delphi » Checking dependencies in Windows
Bas S.Th. Verdult
![]() Delphi Developer |
Bas S.Th. Verdult
![]() Delphi Developer |
Checking dependencies in Windows2004-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. |
David Hughes
![]() Delphi Developer |
2004-05-09 07:46:14 PM
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 QuoteHow is it possible to check-out the dependencies of dll's and executable |
Bas S.Th. Verdult
![]() Delphi Developer |
2004-05-09 08:56:05 PM
Re:Checking dependencies in Windows
David Hughes writes:
QuoteTry the Dependency Walker tool (depends.exe) included with Microsoft Visual 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. |