Is QtService.h obsolete? Crashes on 5.10 build on Windows 8.1
Unsolved
General and Desktop
-
Hi, I'm working on migrating one of our services from Qt 5.4 to Qt 5.10, but the service crashes as soon as it calls the pure virtual function "start()". At this point I'm at a complete loss, as the debugger doesn't give any data, it just says there has been an exception and I get no stack trace.
I opened up the documentation to see if anything had changed that maybe i needed to take note of and could not find the class QtServices that my class inherits from. Has QtServices been deprecated, and is that why I can't get this to run?
-
Hi,
Do you mean QtService from the QtSolutions module ?
-
Not sure, but this is the parent of my service class
QtService<QCoreApplication>
-
Where did you get the QtService sources ?