January 27, 2011

michaelmoo michaelmoo
Lab Rat
3 posts

Help! Develop a windows services and daemon using QT

 

When do install qtservice to my QT, i keep getting error. Anyone got the proper process to install it?

Thank you

5 replies

January 27, 2011

Gerolf Gerolf
Area 51 Engineer
3210 posts

First of all QT = QuickTime. Qt is what you look for :-)
And what exactly is your problem?

 Signature 

Nokia Certified Qt Specialist.
Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

January 27, 2011

michaelmoo michaelmoo
Lab Rat
3 posts

no, i mean i need to use QT SDK to develop a windows services. So i need to install qtservice, right?
how to install this qtservice?

January 27, 2011

Gerolf Gerolf
Area 51 Engineer
3210 posts

So, as you ask for how to install it, I think, you have not created windows services up to now? Otherwise, just create a windows services and use Qt internally, which is no problem.

In 2009, there were lab entries for a Qt Service Framework [labs.qt.nokia.com]

There is a QtSolution for developing services at gitorious. look at the following page [qt.nokia.com]

QtMobility also contains som eservice framework, but I don’t know what it does exactly…

 Signature 

Nokia Certified Qt Specialist.
Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

January 27, 2011

michaelmoo michaelmoo
Lab Rat
3 posts

no, i mean i not able to install qtservice.

i get this error when i compile qtservice’s example

error: cannot find -lQtSolutions_Service-2.6d

January 27, 2011

Gerolf Gerolf
Area 51 Engineer
3210 posts

which example? Do you have the QtSolution for the service?
And installing the service != compiling sources.

So you have a compiler problem (or a linker problem).

are you buiilding debug?
did you add QtSolutions_Service to your sources?

 Signature 

Nokia Certified Qt Specialist.
Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

 
  ‹‹ Setting up MySQL for Qt on Ubuntu      How to compile 2010.05 Qt in Windows 7 using Mingw32 ››

You must log in to post a reply. Not a member yet? Register here!