Is it so that I must register service by using servicefw tool? I didn't find much information about this tool.
Code:
All services must be registered. The 'servicefw' tool registers xml files. It must be run before a service can be used. For example:
http://doc.qt.nokia.com/qtmobility/s...rameworks.html
When I try to launch the tool it complains
QtServiceFramework1.dll not found. Okey, I copy that and following files to same folder where the binary is.
mingwm10.dll
libgcc_s_dw2-1.dll
QtServiceFramework1.dll
QtCore4.dll
Now, I get following error:
"The procedure entry point ... could not be located in the dynamic link library QtCore4.dll."
It seems that I have copied from dll files?