[Qt-wince-interest] Error while executing qt on winCE
Maurice Kalinowski
mkalinow at trolltech.com
Sun Jun 15 17:55:49 CEST 2008
Hi,
Saravanan Ponnuswamy wrote:
> hi,
>
> i had compiled qt for winCE with the following packages:
>
> 1) WinCE standard SDK for arm4vi
> 2) Visual Studio 2005 + visual studio 2005 service pack
>
>
> i had deployed that using Active SYnc. but when i execute the
> application, it says the following error:
>
> "''analocgclock is not a valid Windows CE application".
This might have multiple reasons. Are you able to share information on
what type of device you want to launch your application on? Is it a
Windows Mobile or Windows CE device? Are you sure, that the device is
compatible to the Standard SDK?
In case it is a Windows CE device, we have figured out that some of
these are just mostly compatible to the Standard SDK with missing cursor
support for instance. So if you disable the cursor support when building
Qt, you might be able to start the example. This can be achieved by
calling configure like this:
configure -platform win32-msvc2005 -xplatform
wince50standard-armv4i-msvc2005 -D QT_NO_CURSOR=1
>
> i googled this error and found that it reuqires visual studio 2005
> service pack 1 to be installed. i did that also. but then also the
> same error persists.
I was not aware about this suggestion, where did you find it? Do you
have a link available by chance?
Best Regards,
Maurice Kalinowski
More information about the Qt-wince-interest
mailing list