Hi Mark,

this error code comes directly from the LoadLibrary Windows API call. It is GetLastError() 87:

ERROR_INVALID_PARAMETER 87 (0x57) - The parameter is incorrect.

Friedrich