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,e0bfbdce8fa6849d X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: Ada to C/C++ conversion Date: 1999/05/22 Message-ID: #1/1 X-Deja-AN: 480695174 References: <7i41a4$1df$1@nnrp1.deja.com> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 927326350 24196 131.170.66.220 (21 May 1999 22:39:10 GMT) Organization: RMIT NNTP-Posting-Date: 21 May 1999 22:39:10 GMT Newsgroups: comp.lang.ada Date: 1999-05-21T22:39:10+00:00 List-Id: hornsbyk@my-dejanews.com wrote: " I'm interested in converting my Ada83 to C/C++. Our processing systems are reaching end of life, and our Ada vendor(s) are withdrawing support for them. Therefore, we have to replace all hardware (expensive) or convert from Ada83 to C/C++ and use the supported compilers for these platforms. The C/C++ compilers still exist." The third "therefore" is of course Get a new (Ada95) compiler ported to your hardware. If there is a gcc port to your hardware then it would be reasonably cheap ( I would think). Otherwise you could use the Intermetrics Ada-> C compiler. Dale