Is there possibility to compile windows service using only mingw c++ compiler and library?
I assume that it is possible to use compiler with Visual Studio standard library and means, but want to do to this almost fully opensourced.
Any experience?
Since you can build programs with the Windows Platform SDK (or whatever it's called today) using MinGW, you can build Win32 services.
Services are just Win32 programs with some specific protocols used to register them with the system and interact with the operating system's service controller.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With