PDA

View Full Version : QTservice stop() problem



caysee_yo
10th April 2013, 13:05
hi all. i am using qtservice in my application and i have find out some trouble in my project. When i try to stop service using windows command line "sc stop servicename", the system failed, i saw standart windows error message but when i stopped service using timer and calling stop() procedure everything is ok. I have a felling that stop() does not works in this case.

wysota
17th April 2013, 19:33
Hard to say based only on what you stated here.