Board index » cppbuilder » How can find library that use in exe file ?

How can find library that use in exe file ?


2006-08-22 05:30:38 AM
cppbuilder76
Hello,
How can find library that use in exe file ?
Reagrds,
 
 

Re:How can find library that use in exe file ?

Hi,
Quote
How can find library that use in exe file ?
You can find imports from .dll's and .bpl's with:
tdump -m Proj.exe Proj.dmp
grep -i imports Proj.dmp
--Craig
 

Re:How can find library that use in exe file ?

If you want to go another route download the XP version of
ProcessExplorer from www.sysinternals.com Right click on you app.
(it must be running...) Select 'Launch Depends' from the menu.
This dependency tool if quite nice...
HTH,
Bruce
 

{smallsort}