I have a COM/DCOM executable (OPC server).
I want to put it as a NT service.
Could someone help ???
Thanks
Printable View
I have a COM/DCOM executable (OPC server).
I want to put it as a NT service.
Could someone help ???
Thanks
Take a look to your main procedure, there is a way to register the component as a service. I think is just xxxxx.exe -Service
CU
Sorry but i don't understand what is for you xxxxx.exe -Service in the main procedure.