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
- Host: GitHub
- URL: https://github.com/imlinhanchao/servicesample
- Owner: imlinhanchao
- Created: 2023-10-29T02:53:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T02:53:57.000Z (over 2 years ago)
- Last Synced: 2025-03-27T01:48:34.459Z (over 1 year ago)
- Topics: service, windows
- Language: C++
- Homepage: https://my.hancel.org/2023/10/28/how-make-program-to-windows-service.html
- Size: 6.61 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.