PDA

Click to See Complete Forum and Search --> : To LETHAL - Error registering DLL


Michel Jr
Mar 29th, 2001, 12:41 PM
Hi,

To register a OCX works well.
But when I tryed to register a DLL but the following error occurs:
GetLastError returns 0x00000485

The name of my DLL is AVVIEWX.DLL

What's wrong?

Thanks again...

Michel Jr.

Lethal
Mar 29th, 2001, 01:51 PM
The error message means one of the library files needed to run this application cannot be found. Did you copy all of the files to the same directory? It seems you are missing one of them.