WhichDLL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Software | |||
|Picture=NA.png | |||
|Version= 0.2 (2006-03-12) | |||
|Author=[[Alessandro Cantatore]] | |||
|License=BSD 3-Clause | |||
|Download={{FileLink|WhichDLL_0-2.zip}} | |||
}} | |||
'''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. | ||
==Links== | ==Links== | ||
* [http://www.altsan.org/os2/utils/whichdll_02.zip Version 0.2] | * [http://www.altsan.org/os2/utils/whichdll_02.zip Version 0.2] | ||
* [https://github.com/OS2World/UTIL-DISK-WhichDLL Git] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]] | ||
Latest revision as of 01:51, 10 December 2025
| WhichDLL | |
|---|---|
| Version | 0.2 (2006-03-12) |
| Vendor | |
| Author | Alessandro Cantatore |
| License | BSD 3-Clause |
| Download | WhichDLL_0-2.zip |
| Website | |
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.