Log in

View Full Version : Cross platform development - RAD


Akura
04-06-2004, 10:30 AM
Anyone knows any tools that allow cross platform development the RAD way? I checked out RealBasic, but unf. the demo is only 10 days and I couldn't really do what I wanted with it (and the lack of a native status bar doesn't really push my buttons). I'm not too concerned with the language of it, even if it is a scripting one, what I want is a minimal exe (i can stand a one meg does nothing app, but not a 20+MB like java requirement)

If it has support for MySQL even better, but I can accept it if it doesn't.

Any ideas?

patrox
04-06-2004, 12:12 PM
QT trolltech. ?

pat.

mathgenius
04-06-2004, 09:13 PM
Python (www.python.org) does this.
I suppose you'll be wanting a nifty IDE...? Have a look here. (http://www.python.org/cgi-bin/moinmoin/PythonEditors)

Simon.

PeterM
04-07-2004, 02:21 AM
I guess it kinda depends if you want to write games or applications. If it's games, Python with Pygame looks pretty neat. I've not tried it yet, but I've been meaning to for the last while!

For apps I'm not so sure. I'd recommend Java, but you're not so keen on it.

Diragor
04-07-2004, 11:22 AM
Delphi/Kylix, includes mysql support.