|
-
Aug 2nd, 2001, 12:41 PM
#1
Thread Starter
Junior Member
ActiveX error. Please help anyone
What does it usually mean when you recieve this error:
ActiveX Server returned an error: Library not registered
Any help is appreciated.
Thank you
-
Aug 2nd, 2001, 02:06 PM
#2
Hyperactive Member
check references
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).
-scott
he he he
-
Aug 10th, 2001, 12:24 AM
#3
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|