Board index » delphi » How to register/unregister a COM server progmatically?

How to register/unregister a COM server progmatically?

You can call the DllRegisterServer in the comserv unit to do it, or look
into the source of that function.

Martijn

Quote
"Paul Nicholls" <paul_f_nicho...@hotmail.com> wrote in message

news:3bbd4385_1@dnews...
Quote
> Hi all, I have looked at the tutorial by Binh Ly to create a plug-in
> tutorial which is
> pretty neat. (http://www.techvanguards.com/com/tutorials/plugin.asp)

> I was wondering how to register/unregister the plugin server via code
> WITHOUT having to use the Run/Register ActiveX Server, etc. menu options?

> Thanks in advance,
> Paul Nicholls (Delphi 5)     Live long and optimise!
> "Life is a beach - every so often you are swept out to sea by a rip and
get
> into trouble!"  - Paul Nicholls

>  Home Page: www.southcom.com.au/~phantom
>        < IF YOU WANT TO EARN MONEY WHILE YOU SURF ON THE NET GO HERE: >
>        < http://www.alladvantage.com/go.asp?refid=BEM-274 >

 

Re:How to register/unregister a COM server progmatically?


Thanks Martijn :-)

--
Paul Nicholls (Delphi 5)     Live long and optimise!
"Life is a beach - every so often you are swept out to sea by a rip and get
into trouble!"  - Paul Nicholls

 Home Page: www.southcom.com.au/~phantom
       < IF YOU WANT TO EARN MONEY WHILE YOU SURF ON THE NET GO HERE: >
       < http://www.alladvantage.com/go.asp?refid=BEM-274 >
"Martijn van der Kooij" <mkgal_2...@yahoo.com> wrote in message
news:3bbd57a1$1_1@dnews...

Quote
> You can call the DllRegisterServer in the comserv unit to do it, or look
> into the source of that function.

> Martijn

> > I was wondering how to register/unregister the plugin server via code
> > WITHOUT having to use the Run/Register ActiveX Server, etc. menu

options?

Other Threads