LoadLibrary returns NULL and error code ERROR_INVALID_ADDRESS

  • Thread starter Thread starter Simon Jefferies
  • Start date Start date
S

Simon Jefferies

Hello,

I am using the LoadLibrary to load a DLL I've written, but the return value
is NULL and GetLastError returns ERROR_INVALID_ADDRESS.

The error happens under Release build.

Any ideas why this is happening?

Thanks
Simon Jefferies
(e-mail address removed)
 
Back
Top