From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1b57840b0c8f501 X-Google-Attributes: gid103376,public From: jcreem@mailgw.sanders.lockheed.com (Jeff Creem) Subject: Re: GNAT GUI for Sun Ultra 2 w/ Solaris 2.5.1 Date: 1997/05/14 Message-ID: #1/1 X-Deja-AN: 241575170 References: <970513234402_68847536@emout15.mail.aol.com> Organization: Jeff Creem Newsgroups: comp.lang.ada Date: 1997-05-14T00:00:00+00:00 List-Id: In article <970513234402_68847536@emout15.mail.aol.com>, SimpsonMS@AOL.COM wrote: >Teamers: > >Does anyone know of a GUI front-end for GNAT v3.09 similar to the >Windows 95 or NT versions that will work on a Sun Ultra 2 under >Solaris 2.5.1? > I use ddd for a graphical front end to gdb. It works very nice once you understand how to work gdb with GNAT (if only it would auto convert variable names to lower case on a click/print!) For the editor environment use either xemacs with Ada mode, I dont have a url off hand but this one should be easy to find or A tool called grasp is not bad either http://www.eng.auburn.edu/department/cse/research/grasp/ If you want to do GUI development, take a look at the xforms library (there is an xforms Ada binding and a GUI builder that outputs (essentially) Ada code. I dont think the binding is up to date with the latest rev of GNAT but the problems were pretty easy to fix. Poke around at http://ocsystems.com/xada/xforms1.html for info. You can download the xforms library for free but if you use it for any real work I think they want you to buy a copy Jeff