QT application on winCE

Anurag Mishra
Hi,

I have been developing applications on my new 2440, with .NET 2005 on WinCE
6.0;  I came to know that QT is good for GUI application. Is it possible to
develop a QT application that will run on CE 6.0 ?


regards,
Anurag

yopo
Hi Anurag,

i haven't try this, but a quickly search in google, may be yes. Check this:

http://lists.trolltech.com/pipermail/qt-wince-interest/2009-February/000...

Leo

Fernando
may I ask... what is QT exactly? is it free to download?
Thank you!
Fernando

yopo
Hi,

check this link: http://en.wikipedia.org/wiki/Qt_(framework)

Qt, i think, is "like" Visual Studio, but open source version. In linux,
KDE is based on it. Some time ago, a workmate developed an application to
get some data from a lot of user interfaces (dialog box, text box, combo
box, etc), plot data, then open a socket and send this information with
TCP/IP. He developed this app in winXP, but is easily portable to any
platform with QT support (for example, linux).

Ah... QT is free :P (is in Nokia website), I recommend you get QT libraries
and QT Creator (an interface to develop in QT)

See you!
Leo

Fernando
Thank you Leo! I'm looking the link right now...
Sounds good!