Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdhoward/sample-wxwidgets-windows-service
Sample of a wxWidgets-based Windows service
https://github.com/tdhoward/sample-wxwidgets-windows-service
Last synced: 18 days ago
JSON representation
Sample of a wxWidgets-based Windows service
- Host: GitHub
- URL: https://github.com/tdhoward/sample-wxwidgets-windows-service
- Owner: tdhoward
- License: mit
- Created: 2015-10-08T23:40:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T22:52:42.000Z (about 9 years ago)
- Last Synced: 2024-10-11T22:27:22.177Z (about 1 month ago)
- Language: C++
- Size: 141 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sample-wxwidgets-windows-service
Sample of a wxWidgets-based Windows serviceThis sample of a Windows service was written using wxWidgets 3.0.2 and tested on Windows 7. I'm sure it will work on some other versions as well. The Code::Blocks IDE was used, which explains the project file *.cbp in the folder.
The code should be pretty well commented, although Windows services are not terribly easy to follow.
The code was built off of other code and information from these two sources, as well as many trips to the wxWidgets documentation and StackOverflow.
https://forums.wxwidgets.org/viewtopic.php?f=20&t=4375
http://www.codeproject.com/Articles/499465/Simple-Windows-Service-in-CplusplusI hope someone finds this useful.
Tim