Menu

Application Verifier break message

LoadLibrary is called during DllMain.

Probable cause

This stop is generated if the code inside DllMain calls LoadLibrary or FreeLibrary. It�s the behavior forbidden by MSDN.

Information displayed by Application Verifier

Parameter1 - Dll Name (use du to dump)

Parameter2 - Dll base address

Parameter3 - Not used

Parameter4 - Not used

Description - LoadLibrary is called during DllMain

Additional information

Verifier stop code 0103.