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.
Printable View
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.
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.