Subject Re: Development platform suggestions
Author beru7
--- In Firebird-general@yahoogroups.com, Cagatay Tengiz
<tmd0307@y...> wrote:
>
> Hi,
>
> Currently I am developing a mrp II application on windows platform
using
> delphi and firebird. But I need to rewrite program in other
programming
> language and support both linux and windows. At this point I need
your
> suggestions for the way should I choose. The alternatives that I
think
> of are :
>
> 1. Python + wxwindows + kinterbasdb
> 2. Python + gtk + kinterbasdb
> 3. Mono
> 4. Java

Java is an interesting option as swing has improved a lot lately.
IDEs with good form designers are also starting to appear (IDEA,
Eclipse, Netbeans...)

>
> or the hard way (for me of course because I really do not know
anythin
> about C)
> 5. C & wxwindows
> 6. C & gtk
> 7. C++ & wxwindows & ibpp
> 8. C++ & gtk & ibpp

You forgot
9. C++ and QT
I found it very easy to use and very solid to build applications for
Mac, Linux & Windows. Also the next version (QT4) looks very
promising.