https://github.com/allar/windows-service-example
Example on how to use the windows-service cmake library
https://github.com/allar/windows-service-example
Last synced: 12 months ago
JSON representation
Example on how to use the windows-service cmake library
- Host: GitHub
- URL: https://github.com/allar/windows-service-example
- Owner: Allar
- License: mit
- Created: 2021-04-02T05:50:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T09:32:45.000Z (about 5 years ago)
- Last Synced: 2025-03-01T19:14:16.097Z (over 1 year ago)
- Language: C++
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-service-example
Example on how to use the windows-service CMake library https://github.com/Allar/windows-service
# VS Code
This repo has example launch configurations for the various things you can do with a service, i.e. Install, Uninstall, Attach, Stop, Start, Delete, and Create.
It also has a launch configuration called Run that runs the example with the command-line arg "run", which causes the example app to run its business logic without being ran as a service. This allows you to just hit F5 in VS Code and have it run your code not as a service but still maintain Windows Service functionality.