qt on Win CE 5.0 crash

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-01-14T14:45:27Z Indexed on 2010/05/01 20:17 UTC
Read the original article Hit count: 397

Filed under:
|

Good day all,

It's the first time I am using Qt on Windows CE and I ran into an issue. Maybe someone can help me with it.

I will describe my set up. I am using XP with Visual Studio 2005 an Qt Add-in version 1.1.2. I downloaded Qt source for Windows CE and followed the instructions on these (http://doc.trolltech.com/4.4/install-wince.html) instructions to build the library for CE.

I then used the Visual Studio to create a minimal Qt Windows CE Application. The program runs fine in the CE emulator, but once I try to deploy it on the device it crashes with the following message:

Load module: qt_ce_3.exe Load module: QtGui4.dll Load module: msvcr80.dll Load module: QtCore4.dll Load module: CEShell.DLL Load module: OLEAUT32.dll Load module: commctrl.dll.0409.MUI Load module: commctrl.dll Load module: aygshell.dll Load module: WS2.dll Load module: WINSOCK.dll Load module: coredll.dll.0409.MUI Load module: ossvcs.dll Load module: ole32.dll Load module: coredll.dll Load module: MMTimer.dll Data Abort: Thread=8fb09a40 Proc=8c4ecea0 'qt_ce_3.exe' AKY=00040001 PC=012a80b0(qtcore4.dll+0x000680b0) RA=012a8168(qtcore4.dll+0x00068168) BVA=676e4574 FSR=000000f5 Unhandled exception at 0x012a80b0 in qt_ce_3.exe: 0xC0000005: Access violation reading location 0x676e4574.

I tried it on two devices from different manufacturers, and the result is the same. Debug version worked on one of them, ran out of memory on the other.

Does anyone have any idea what this could be?

Thanks in advance, Michael

© Stack Overflow or respective owner

Related posts about windows-ce

Related posts about qt