CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: NT SERVICE

  1. #1
    Join Date
    May 1999
    Posts
    318

    NT SERVICE

    I have a COM/DCOM executable (OPC server).
    I want to put it as a NT service.
    Could someone help ???

    Thanks


  2. #2
    Join Date
    Jun 1999
    Posts
    6

    Re: NT SERVICE

    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


  3. #3
    Join Date
    May 1999
    Posts
    318

    Re: NT SERVICE

    Sorry but i don't understand what is for you xxxxx.exe -Service in the main procedure.





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured