DLLDump: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
Line 1: Line 1:
DLLDump is a usefull little program that resolves DLL dependancies. It
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.
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 longnames.
 
==Download==
* [https://archive.org/details/os2_94 Internet Archive](DLLDUMP.ZIP)


==License==
==License==
* Public Domain (Can't find the source code)
* Public Domain (Can't find the source code)
* Author: MC Smith


==Author==
==Links==
* MC Smith
* [https://archive.org/download/OS2BBS/10-Tools.zip/DLLDUMP.ZIP DLLDUMP.ZIP]


[[Category:Utilities]]
[[Category:Utilities]]

Revision as of 14:17, 25 August 2022

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.

License

  • Public Domain (Can't find the source code)
  • Author: MC Smith

Links