Board index » delphi » Com servers In DELPHI5 Register

Com servers In DELPHI5 Register

I m completly novice in com object, and i woud like to
use them in D5. When I start my application
i get the following message:
EOLESYS ERROR: Class Not registered

Any help ?
egar...@easii.com

 

Re:Com servers In DELPHI5 Register


Usually when you run the server it registers itself.

Quote
"e garcia" <egar...@easii.com> wrote in message

news:82o2ad$6ia4@forums.borland.com...
Quote
> I m completly novice in com object, and i woud like to
> use them in D5. When I start my application
> i get the following message:
> EOLESYS ERROR: Class Not registered

> Any help ?
> egar...@easii.com

Re:Com servers In DELPHI5 Register


You have to register the COM server using RegisterCOMServer(const DLLName:
string);
Register it even if it is an Exe
During debugging u can use the Run|Register ActiveX Server and the
Run|UnRegister ActiveX Server

Hope this helps u
--
Pradeep Prabhakar
Project Leader (Complaints)
Information Services Section
Office of the Commissioner of Insurance
121 E Wilson St
Madison WI 53703
Pradeep.Prabha...@mail.state.wi.us
Prad...@specusa.com
Off 608 261 8575
Res 608 273 2028
Cell 608 239 3839

Quote
e garcia <egar...@easii.com> wrote in message

news:82o2ad$6ia4@forums.borland.com...
Quote
> I m completly novice in com object, and i woud like to
> use them in D5. When I start my application
> i get the following message:
> EOLESYS ERROR: Class Not registered

> Any help ?
> egar...@easii.com

Other Threads