You seem to be deploying a "Debug" build, it might be that its too big to
fit in memory. Can you try to deploy a "Release" build?

Regards,
ismail

On Mon, Apr 26, 2010 at 2:43 PM, m_chatziioannou <vernie...@gmail.com>wrote:

> Hello to my fellow developers,
>
> I am having big time trouble deploying my QT/WinCE application. Any help
> would be very much appreciated.
>
> Let me tell you what I have done so far and what errors come up.
>
> 1. I installed Visual Studio 2008 and its SP1
> 2. Installed QT VS 2008 Package (not the full SDK)
> 3. Installed Visual Studio Addin (latest version)
> 4. I followed to the letter the instructions from this page .... and
> installed QT for WinCE
>     For this purpose I compiled against Visual Studio 2008 using in my
> configuration win32-msvc2008 and for my cross compile platform I used
> wince50standard-armv4i-msvc2008.
>     The device I am using has an ARM920T proccessor which is based on the
> ARMv4T architecture.
>     Since there is no other mkspec I used the one mentioned above. I have
> to say that I created my own mkspec but that didn't work as well.
>
> The compilation of QT went OK. From then on I can create a new QT/Wince
> Application in Visual Studio 2008. Building the application produces no
> errors, but when I try to deploy it I get an error message saying that the
> file cannot be found.
> I used Dependency Walker and it showed three files missing required by the
> application executable
>  - coredll.dll
>  - msvcr90d.dll and
>  - ieshims.dll
>
> I googled the files, found them, put them in the same folder with the
> executable on the device and I got the following message:
> "This is not a valid Windows CE application".
>
> Can anyone who installed succesfully point me to the right direction
> because this is getting kind of frustrating since it has been over fifteen
> days of trial and error.
>
> Thank you!
>
>
>
> _______________________________________________
> Qt-wince-interest mailing list
> Qt-wince-interest@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
>
>
_______________________________________________
Qt-wince-interest mailing list
Qt-wince-interest@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to