[wellylug] Need to write a program for os x and Linux
Grant McLean
grant at mclean.net.nz
Tue Mar 1 09:02:48 NZDT 2005
On Tue, 2005-03-01 at 07:39 +1300, Mark Signal wrote:
> Hi
>
> has anyone got any suggestions on an ide that I could use to write a
> small utility with a nice user interface that could compile on both OS X
> and Linux?
>
> I would rather not use Java and would prefer something with training
> wheels (eg -usable by a non programmer - like visual basic)
Borland's Kylix certainly works on Linux. Don't know about Mac OSX
though.
http://www.borland.com/kylix/
> free would be nice but is optional :)
I've been doing a lot recently with the Perl bindings for Gtk. The
Glade GUI builder allows you to build your user interface without
writing code and the Perl Gtk2::GladeXML library lets you associate
events from the UI with methods in your Perl classes. It's a nice clean
separation that allows you to safely go back and revise the interface or
the code.
Cheers
Grant
More information about the wellylug
mailing list