WhichDLL: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== WhichDLL is a which-like command for DLLs: it reports the fully-qualified path of the specified DLL, if found. When multiple instances of the named DLL exist, ..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Description==
'''WhichDLL''' is a which-like command for DLLs: it reports the fully-qualified path of the specified DLL, if found. When multiple instances of the named DLL exist, the copy which actually is (or would be) loaded is reported. Very useful for diagnosing DLL conflicts. Written by Alessandro Cantatore; source code is included.
WhichDLL is a which-like command for DLLs: it reports the fully-qualified path of the specified DLL, if found. When multiple instances of the named DLL exist, the copy which actually is (or would be) loaded is reported. Very useful for diagnosing DLL conflicts. Written by Alessandro Cantatore; source code is included.
 
==Download==
* [http://www.altsan.org/os2/utils/whichdll_02.zip Version 0.2]


==License==
==License==
* Freeware
* BSD 3-Clause
* Source code included.
*Author: [[Alessandro Cantatore]]
 
==Author==
* [[Alessandro Cantatore]]


==Links==
==Links==
* [http://www.altsan.org/os2/utils/whichdll_02.zip Version 0.2]


[[Category:Software]]
[[Category:Open Source Software]]

Latest revision as of 22:48, 17 January 2018

WhichDLL is a which-like command for DLLs: it reports the fully-qualified path of the specified DLL, if found. When multiple instances of the named DLL exist, the copy which actually is (or would be) loaded is reported. Very useful for diagnosing DLL conflicts. Written by Alessandro Cantatore; source code is included.

License

Links