I have an application already built for windows, linux, mac os and maemo, now I have to port it to windows mobile. I’ve already managed to create a Qt build for winCE configured for wincewm60professional-msvc2008. My problem is that the application runs on the mobile emulator but when I make a CAB file and install it on a PocketPC it says that the app is not a valid wince application on a WM 4.21 version… and that some key or file is missing on a WM6 device.

I also added QtGui4.dll, QtCore4.dll, QtNetwork4.dll and msvcr90.dll to the application’s path too and the error continues…

I’m trying to make a new Qt build too for wince50standard-armv4i-msvc2008 but it keeps saying that my current version is 1500 and Qt builds VS version is 0 when I add it to Visual Studio ‘s Qt add-in...

I hope that you can enlighten me in some way.

Thanks in advance!