Quote:
Originally Posted by acrao80
hi
i am planning to develop a complex gui based ada95 application on redhat linux.
But i am not able to decide what toolkit to go in for (using ada95!!)
what would be better to use on both fronts 1) GUI and 2) code complexity in ada95
|
--------------------------------------------------
I built an Ada95 application under Fedora last year. I used the following -
1) Umbrello for UML modeling. Generated Ada95 specs/bodies from the class diagrams.
2) Adacore's GPS with GNAT. Used for compilation and debugging. Good source level debugging.
3) Glade, AdaGtk, Gtk for GUI/graphics. Worked out pretty nice.
Go to
www.advancedtechcorp.com, latest news, and look at the research comment. You'll find detailed information in a downloadable document complete with some screen captures of GUIs I built. Good luck.