Skip to content

🎭 Asserts that a Windows DLL can be loaded successfully

License

Notifications You must be signed in to change notification settings

itchio/dllassert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dllassert

MIT licensed

Command-line tool to assert that a library loads correctly on Windows.

Usage

The Makefile produces two executables, assertdll32.exe and assertdll64.exe, which can be used to test for 32-bit and 64-bit DLLs, respectively.

assertdll32.exe msvcp100.dll

...will return 0 if the DLL was loaded successfully, or 1 and an error message if not.

License

dllassert is released under the MIT license, see LICENSE.txt for details