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-7-bit X-Google-Thread: 103376,60fad07ab8ad36bd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-23 12:06:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Alsys Ada Compiler for MS-DOS Date: Fri, 23 May 2003 14:07:30 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:37712 Date: 2003-05-23T14:07:30-05:00 List-Id: Debs Wisbey wrote in message ... >All, > >I currently have a software program that is written in Ada and built >using the Alsys Ada 286/DOS compiler v4.3, with the target hardware >being an old 286 with operating system MS-DOS v4.01. I want to port >the software to a more modern compiler but am unable to upgrade any of >the target hardware/software. > >Can anyone suggest any good Ada compilers for DOS that will enable me >to do a straight port of the software without having to change the >target hardware/software specifications? The only Ada compiler that I know of that's still supported targeting MS-DOS and 186/286's is ours: Janus/Ada (at http://www.rrsoftware.com). And that's still an Ada 83 compiler; we never made an Ada 95 version. Randy.