WhichDLL: Difference between revisions
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, ..." |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== | {{Software | ||
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. | |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. | |||
== | ==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: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.