To the main page...The list of my products...Some texts...Sample applications, tips, tricks...If you need support...


 
DCOM server in service
Step 2. Creation of new ComService module

The service that contains one or more DCOM servers should perform some additional work. It should register and unregister COM objects in registry, it should register their classfactories at starting and revoke them before stopping. The SvCom contains special service module - TComService- that does all this work for you. All that you have to do is to add TComService module to project and set its properties.

Go to the File|New dialog and select the SvCom page

New DCOM-In-Service module

Select the "Service with DCOM server" item from the list and press OK. The new ComService module will be created. We shall set it`s properties on the next step. Let's continue...

<< | Index | Step 1 | Step 2 | Step 3 | Step 4 | Step 5 | >>


 
© 1998-2014 Alexey Dynnikov