DLLDump: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "DLLDump is a usefull little program that resolves DLL dependancies. It will go through the EXE (or DLL) looking for all used DLLs and tell you where it will load them from at..."
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DLLDump is a usefull little program that resolves DLL dependancies. It
{{Software
will go through the EXE (or DLL) looking for all used DLLs and tell you
|Picture=NA.png
where it will load them from at run-time. If a DLL is not found, the  
|Version=1.00
offending module is listed. The program understands wildcards and  
|Author=MC Smith
HPFS longnames.
|License=Public Domain (Can't find the source code)
|Download= [https://archive.org/download/OS2BBS/10-Tools.zip/DLLDUMP.ZIP DLLDUMP.ZIP]
|Website=
}}
DLLDump is a useful little program that resolves DLL dependencies. It will go through the EXE (or DLL) looking for all used DLLs and tell you where it will load them from at run-time. If a DLL is not found, the offending module is listed. The program understands wildcards and HPFS long names.


==Download==
[[Category:System Utilities]]
* [https://archive.org/details/os2_94 Internet Archive](DLLDUMP.ZIP)
[[Category:Freeware]]
 
==License==
* Public Domain (Can't find the source code)
 
==Author==
*  MC Smith
 
[[Category:Software]]

Latest revision as of 19:49, 20 January 2024

DLLDump
Version 1.00
Vendor
Author MC Smith
License Public Domain (Can't find the source code)
Download DLLDUMP.ZIP
Website

DLLDump is a useful little program that resolves DLL dependencies. It will go through the EXE (or DLL) looking for all used DLLs and tell you where it will load them from at run-time. If a DLL is not found, the offending module is listed. The program understands wildcards and HPFS long names.