Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 361 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 361 Bytes

LoadDll

Simple way to check if Windows DLL is loading or not. It comes in two blends: 32 and 64 bits (LoadDll32.exe and LoadDll64.exe).

Usage:
        LoadDll32.exe my32bits.dll
        LoadDll64.exe my64bits.dll

Use side by side with an excellent Dependencies program to troubleshoot DLL loading problems.