I want to create a Windows Service that simply records the screen and sends the recorded file to a server. But whenever I search Google for Windows Service creation I always get .NET results. How can I make a simple service on anything else but .NET? I will figure out the rest. I prefer Qt or C++ but I can't find anything for them.
相关问题
- Sorting 3 numbers without branching [closed]
- QML: Cannot read property 'xxx' of undefin
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- thread_local variables initialization
In the Qt Solutions Archive you can find the QtService project including examples.
The component is not maintained anymore but it should still work. The license is BSD-3-Clause.