Convert a C++ program to a Windows service?

前端 未结 6 441
感情败类
感情败类 2020-12-01 06:40

I\'ve written a console program that \"does stuff\" - mainly using boost. How do I convert it to a Windows Service? What should I know about Windows Services beforehand?

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 07:33

    You can configure an application to run as a service by using the Srvany tool, which is a part of the Windows Server 2003 Resource Kit Tools.

提交回复
热议问题