Problem in Serviced Component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
ms-help://MS.MSDNQTR.2003FEB.1033/cpguide/html/cpconservicedcomponentoverview.ht
I the above MSDN 2003 link, there is a code snipet which samples on writing a Serviced Component. What I got confused is, it is all about building a serviced "Component"; But the code has a Main() function too to. Why is it so?
Please give me reason for the Main() function to be there..
Thanks
Imayakumar.
 
Hi

The concept of serviced komponents has nothing to do with dlls, but instead a
serviced component is a class that extends the ServicedComponent baseclass
Anything that is serviced can use the tools from COM

Danie
 
Back
Top