PDA

View Full Version : Qt for windows CE..



tgreaves
17th March 2009, 17:08
Is the Qt for Windows CE for developing applications on Windows (vista, xp, ect) to be used on Windows CE or is it for developing application using Windows CE?

Private_Parts
17th March 2009, 20:35
I'm not quite sure if I understand your question correctly but with Qt for Windows CE you can develop applications that run on Windows CE. You program and build your application using Visual Studio on your desktop PC. Then you can deploy the app on a Windows CE device (or emulator) and run or debug it.
The usual workflow goes like this:

create a prototype of your application with Qt for Windows
switch the Qt version to Qt for Windows CE
test and bugfix your application on the device

tgreaves
17th March 2009, 20:38
Understood..

I got errors when I tried to compile the Qt for Windows CE so thats why I was asking..

Private_Parts
18th March 2009, 14:25
What kind of errors?

tgreaves
18th March 2009, 15:25
C:\Qt\4.5.0-wince>configure -debug-and-release -platform win32-msvc2008 -xplatform wincewm60professional-msvc2008

-- completed successfully

C:\Qt\4.5.0-wince\bin>setcepaths wincewm60professional-msvc2008

Environment Selection:Windows Mobile 6 Professional SDK (ARMV4I)
Windows Mobile 6 Professional selected, environment is set up

-- Done

nmake - runs for a while then....

yeaaaa... Its compiling perfectly... Im a tool I guess..

If I remember correctly the error that I WAS gettings was the module type conflicting with target type.. One was X86 and the other was THUMB.. Not getting any errors now.. :)