Board index » cppbuilder » "Class not registered" problem

"Class not registered" problem

Hi!
I'm developing a program which will use only components to show Images (from
the Additional component) and Html-files (from Internet component). It works
fine on my computer but when I run it on a computer that hasn't got Borland
Builder Installed I get the error message "Class not registered" (I'm using
a Swedish Win98 but I guess that's the error message on an english win98)?

What do I have to register to make it work? Any code examples?
I've built it without runtime packages and linked it without dynamic RTL.

I can't use any installationprogram for my application cause It'll be an
autostarting program on a CD.
Do I need to add any bpl's, dll's or ocx's on the CD to make it run?

Thanks a lot!
Anders

 

Re:"Class not registered" problem


The HTML component is an ActiveX one.  In the nia.hlp file under
Reference you will see instructions on distribution.  This is an older
hlp file and is ONLY applicable to the html ocx in BCB3, all the other
internet components for bcb3 are native VCL.  Borland has a TI at
http://www.inprise.com/devsupport/borlandcpp/ti_list/TI3265.html that is
a little more concise.  Once again, only the HTML applies to bcb3.

Jeff Overcash

Quote
Anders wrote:

> Hi!
> I'm developing a program which will use only components to show Images (from
> the Additional component) and Html-files (from Internet component). It works
> fine on my computer but when I run it on a computer that hasn't got Borland
> Builder Installed I get the error message "Class not registered" (I'm using
> a Swedish Win98 but I guess that's the error message on an english win98)?

> What do I have to register to make it work? Any code examples?
> I've built it without runtime packages and linked it without dynamic RTL.

> I can't use any installationprogram for my application cause It'll be an
> autostarting program on a CD.
> Do I need to add any bpl's, dll's or ocx's on the CD to make it run?

> Thanks a lot!
> Anders

Other Threads