Why doesn't my service created with QtService start?

In order for a service to start it is necessary to copy over the Qt dlls that are being used to the same directory as your application.exe. This is necessary to do because a service is started with only system environment variables set. i.e. QTDIR/bin is usually not part of that environment, so the system is most likely not able to locate the Qt dlls.

1 comment

September 14, 2010

Picture of QtK QtK

Gene Splicer

Can we have something like the platform supported mentioned some where in the FAQ. I believe the above FAQ is relevant to Windows Platform.

Write a comment

Sorry, you must be logged in to post a comment.