An open API service indexing awesome lists of open source software.

https://github.com/imlinhanchao/servicesample

A Sample Project for Create Windows Service
https://github.com/imlinhanchao/servicesample

service windows

Last synced: 2 months ago
JSON representation

A Sample Project for Create Windows Service

Awesome Lists containing this project

README

          

# Service Sample

A Windows Service Sample. It's include a sample program and installer script. You can write your service code in function `ServiceMain` that on the `ServiceSample.cpp`.

> This project use [WinSW](https://github.com/winsw/winsw/) to implement windows service creation function.