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 |
||
Line 6: | Line 6: | ||
==License== | ==License== | ||
* | * BSD 3-Clause | ||
==Author== | ==Author== |
Revision as of 12:12, 28 January 2016
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.
Download
License
- BSD 3-Clause