On Mon, Jan 15, 2001 at 01:11:31PM -0500, Scott Patterson wrote: | | | >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:)
It does have python bindings as well. | | Scott | I don't know if they have changed their license recently, but it used to be free only for non-windows applications. (Maybe also only for non-commercial applications). This is one of the major reasons for the GNOME/GTK project. -D