Qt to develop an Windows Service Application
-
Hi
There's "srvany":http://support.microsoft.com/kb/137890 to run normal windows applications as a service. To make a real service you'll need platform-specific system calls and headers. AFAIK it's available in win32API.
-
Look at "http://qt.gitorious.org/qt-solutions":http://qt.gitorious.org/qt-solutions
it has QtService class