Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get components (DLL/OCX) that was used by an application (EXE)

Status
Not open for further replies.

suoirotciv

Programmer
Dec 3, 2002
205
PH
Hello there!

Is there a way that I can get all components/reference that was used by an application particularly an exe file.

What I'm trying to do is to have an application that will automatically copy (from server) and register a dll/ocx to a workstation that do not have a dll/ocx that was need by the application to run.

Thanks in advance.

Please pardon the grammar.
Not good in english.
 
thank you for your info . . . and this is a nice tool . . . but i'm having a hard time setting the options . . . does this tool also shows the ocx . . . what i only see right now are dlls

Please pardon the grammar.
Not good in english.
 
From the above website...

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

So yes it should be showing you any .ocx that is a dependency.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top