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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,9d31eff15b1be07a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-15 15:30:03 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: britt@adapower.net (Britt Snodgrass) Newsgroups: comp.lang.ada Subject: Re: Ada IDE Date: 15 Nov 2001 15:30:03 -0800 Organization: http://groups.google.com/ Message-ID: <36c6f8dd.0111151530.edffd5@posting.google.com> References: <3BF3F574.6394CDF9@brighton.ac.uk> NNTP-Posting-Host: 216.253.238.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1005867003 23242 127.0.0.1 (15 Nov 2001 23:30:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 15 Nov 2001 23:30:03 GMT Xref: archiver1.google.com comp.lang.ada:16592 Date: 2001-11-15T23:30:03+00:00 List-Id: John English wrote in message news:<3BF3F574.6394CDF9@brighton.ac.uk>... > "Jean-David Tr�panier" wrote: > > > > I am learning Ada and I wondering if there is any good application on Win95 > > to compile and manage Ada project like MS Visual Studio? > > Object Ada (www.aonix.com) looks amazingly similar to Visual Studio. > It's a commercial product, but there's a free version you can download. Yes, the free version (ObjectAda 7.2.1 Special Edition) provides a very nice editor for Ada and other languages. It is also trivial to use the ObjectAda editor as a front end for GNAT 3.13p by adding a call to gnatmake to the Tools menu. For learning purposes, it is often helpful to be able to submit the same source file to two different Ada compilers. The free version has some program size restrictions but I don't find them to be a problem for most home or student projects. The free OA 7.2.1 SE is can be downloaded from: http://www.aonix.com/content/products/objectada/windows.html or http://www.aonix.com/content/downloads/objectada/full_721.zip (a very big file) Britt