Need Util to find all DLLs USED by an EXE

Carl Uman

Diamond Member
Jan 29, 2000
6,008
2
81
I need a utility that goes through an EXE and finds all the required DLLs. I have a program called DSX32 but it requires the program to be running and only finds the DLLs currently in use by that EXE.

Please help

Thanks
 

AndyHui

Administrator Emeritus<br>Elite Member<br>AT FAQ M
Oct 9, 1999
13,141
17
81
You can actually find out most of the DLL used by a particular EXE file with QuickView that comes with Win9x.

Look through all the headers and stuff, then it lists which functions it calls from other DLLs.
 

Carl Uman

Diamond Member
Jan 29, 2000
6,008
2
81
I'm running Win2K and can't find QuickView

I'm using VB so no MakeFile that I can find.
 

Floyd

Senior member
Nov 17, 1999
674
0
0
There's a program called DLLshow that you can download from ZDnet's archives. I don't know if it will show all DLL's associated with an EXE, or (like your current program) just those in use. It has been some time since I saw it, but if you have trouble locating it, fire me an email and I'll dig it up from one of my backup CD's.

Best regards,
Floyd