Skip to content

Small tool to get the error code returned by LoadLibrary when it fails to load a library

License

Notifications You must be signed in to change notification settings

twhl-community/NativeDllTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeDllTester

This is a small tool to get the error code returned by LoadLibrary when it fails to load a library.

  1. Place the executable in your Half-Life directory
  2. Launch the program
  3. Enter the path to the dll or click Browse to select it, then click Load
  4. If an error occurs, the Error Code field contains the native error code. The translated error message is displayed in the field below

Error messages are translated by C#'s Win32Exception class, so it can't be displayed in English.

See the List of Error Codes to find the corresponding name and description in English.

About

Small tool to get the error code returned by LoadLibrary when it fails to load a library

Resources

License

Stars

Watchers

Forks

Languages