Quote:
Dllname was loaded, but the DllRegisterServer or DllUnregisterServer
entry point was not found.
Dllname may not be exported, or a corrupted version of Dllname
may be in memory. Consider using Pview to detect the file and
remove it.
Also another error I get on another dll is:
Quote:
LoadLibrary("Dllname") failed. GetlastError returns 0x00000485
From Winerror.h, 0x00000485 = 1157 (ERROR_DLL_NOT_FOUND),
which means "One of the library files needed to run this
application cannot be found." For example, typing regsvr32
missing.dll returns this error message if the Missing.dll file is not
found
But the file is there and spelled correctly.