Valhalla Legends Forums Archive | Visual Basic Programming | Error

AuthorMessageTime
zeth369
.. whenever i try to add a component.. it says 'Object library not registered'
October 23, 2004, 2:41 PM
Quarantine
Then the Object or Library isnt Registeree
October 23, 2004, 5:02 PM
Grok
[quote author=zeth369 link=topic=9289.msg85784#msg85784 date=1098542462]
.. whenever i try to add a component.. it says 'Object library not registered'
[/quote]

How are you attempting to add the component?  Which component?  Does the component show up in your add components dialog box?  Use regsvr32 to register the component's type library before using the component.  VB components have a built-in typelib.  Other languages may provide a typelib external to the component file, usually a .tlb file.
October 24, 2004, 3:45 PM

Search