Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: zeth369 on October 23, 2004, 09:41 AM

Title: Error
Post by: zeth369 on October 23, 2004, 09:41 AM
.. whenever i try to add a component.. it says 'Object library not registered'
Title: Re: Error
Post by: Warrior on October 23, 2004, 12:02 PM
Then the Object or Library isnt Registeree
Title: Re: Error
Post by: Grok on October 24, 2004, 10:45 AM
Quote from: zeth369 on October 23, 2004, 09:41 AM
.. whenever i try to add a component.. it says 'Object library not registered'

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.