Sunday, February 14, 2010

LoadLibrary() and ERROR_NOACCESS

Further to my last post, if you muck up the initialisation and there's an access violation in your DLL, you'll likely see ERROR_NOACCESS from GetLastError() when LoadLibrary() fails.

No comments:

Post a Comment