[Qt-wince-interest] Error while executing qt on winCE
Maurice Kalinowski
mkalinow at trolltech.com
Mon Jun 16 10:48:17 CEST 2008
Hi,
Saravanan Ponnuswamy wrote:
>
> i had compiled the examples alone with debug option and deployed it.
> When i run it in debug mode, it says:
I guess you did recompile whole Qt with the no cursor option? Are all
libraries (QtCored4.dll, QtGuid4.dll, msvcr80d.dll) deployed correctly
to the device?
>
> Am i missing something more ?
It seems like your device is definitely not compatible with the Standard
SDK. This error message is usually originated in some feature not
available during runtime on the device.
I have attached some code snippet. That one tries to load the Qt
libraries and bails out with an error message describing the feature
missing.
Could you please build it and start it from Visual Studio in a directory
where the Qt libraries are located as well? It is important to have both
in the same directory.
This should give us some more information.
Best Regards,
Maurice Kalinowski
>
> with regards,
> saravanan
>
> On Mon, Jun 16, 2008 at 12:29 PM, Maurice Kalinowski
> <mkalinow at trolltech.com <mailto:mkalinow at trolltech.com>> wrote:
>
> Hi again,
>
>
> Saravanan Ponnuswamy wrote:
>
>
> i tried compiling Qt with the following options:
> -platform win32-msvc2005 -xplatform
> wince50standard-armv4i-msvc2005 -D QT_NO_CURSOR=1
>
> ,but this inturn lead to the following error:
>
> Yes, as you are disabling functionality and some of our
> applications depend on it, it might end up in some parts not
> compiling. But the source should be fine, so you can use
> nmake sub-src
> to just build the sources and not the designer tools.
> Most examples should also be fine with it. We will try to address
> this issue, thank you for reporting.
>
>
>
> Actually the version of qt i'm using is
> :qt-embedded-wince-opensource-src-4.4.0-rc1.
>
> is this the correct version ?
>
> The RC1 stands for Release Candidate, which is not the latest
> version available. Please follow this link to get the latest
> version of Qt for Windows CE:
> http://trolltech.com/downloads/opensource
>
> As mentioned, some parts in tools will not compile due to missing
> cursor support.
>
>
> Best Regards,
>
> Maurice Kalinowski
>
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: qtverify.pro
Url: http://lists.qt.nokia.com/pipermail/qt-wince-interest/attachments/20080616/dc8fd224/attachment.pl
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: qtverify.cpp
Url: http://lists.qt.nokia.com/pipermail/qt-wince-interest/attachments/20080616/dc8fd224/attachment-0001.pl
More information about the Qt-wince-interest
mailing list