PDA

Click to See Complete Forum and Search --> : ActiveX error. Please help anyone


NickP
Aug 2nd, 2001, 12:41 PM
What does it usually mean when you recieve this error:

ActiveX Server returned an error: Library not registered :confused:


Any help is appreciated.

Thank you

Scott Penner
Aug 2nd, 2001, 02:06 PM
Your COM Server is probably either missing a reference to an object that you reference in your code, or the object that you're referencing is missing on the system. (missing dll or ocx).

tel
Aug 10th, 2001, 12:24 AM
Maybe you have to register your dll

use this command:

C:\WINNT\system32\regsvr32.exe mydll.dll

to register

If you want to unregister:

C:\WINNT\system32\regsvr32.exe mydll.dll /u