>I plan to develop a little GUI application (GPLed of course ;-) using >Debian/GNU-Linux as primary development environment. Unfortunately the >app also has to run on Windoze... :-(( >Does anybody have experience developing such cross-platform apps? Can >you recommend a language or a toolkit? (I have some practice in C & C++ >but would also like it to learn something new... ;-)
QT - http://www.trolltech.com It's the toolkit used in KDE. Supposedly it cross-platform. KDE has been ported to other Unices, so, it obviously works across Unix-land. YMMV with Windows though... It's a C++ toolkit BTW:) Scott