├── LICENSE ├── README.md ├── SampleWXService.cbp ├── logs.cpp ├── logs.h ├── service.cpp ├── service.h ├── simple_serial.cpp └── simple_serial.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/README.md -------------------------------------------------------------------------------- /SampleWXService.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/SampleWXService.cbp -------------------------------------------------------------------------------- /logs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/logs.cpp -------------------------------------------------------------------------------- /logs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/logs.h -------------------------------------------------------------------------------- /service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/service.cpp -------------------------------------------------------------------------------- /service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/service.h -------------------------------------------------------------------------------- /simple_serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/simple_serial.cpp -------------------------------------------------------------------------------- /simple_serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tdhoward/sample-wxwidgets-windows-service/HEAD/simple_serial.h --------------------------------------------------------------------------------