Windows Service
-
Dear sir,
How to create the windows service project using Qt (like in C#) ?
Thanks & Regards
Bagavathikumar -
since this is not a supported target and thus also there is no bootstrapping done for you by Qt you would need to setup the basic harness yourself.
I've never done that but i would expect that in the code you can do whatever you want (integrating Qt like you would do in any other application). -
wow... didn't know this is contained in QtSolutions module. sry for the false information then!
-
Thank you very much Mr. Sergey, But I don't know how to debug the Service project or where can i see the debugging messages? (I am using Qt 5.2 MinGW community edition in Windows 7).
Thanks & Regards
Bagavathikumar -
you can try to use windows system logger or just start your service app from administrator and look the output in console (not quite the same but probably good for testing)
probably this could be helpful http://qt-project.org/forums/viewthread/16477