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-Thread: 103376,87dcbc853960d3bd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!wns14feed!worldnet.att.net!attbi_s02.POSTED!53ab2750!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Moving from Ada 83 to Ada 95 References: X-Newsreader: Tom's custom newsreader Message-ID: <2b7pd.562010$mD.208238@attbi_s02> NNTP-Posting-Host: 67.161.24.234 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s02 1101332286 67.161.24.234 (Wed, 24 Nov 2004 21:38:06 GMT) NNTP-Posting-Date: Wed, 24 Nov 2004 21:38:06 GMT Organization: Comcast Online Date: Wed, 24 Nov 2004 21:38:06 GMT Xref: g2news1.google.com comp.lang.ada:6435 Date: 2004-11-24T21:38:06+00:00 List-Id: >Has someone done such thing? Duh. Just possibly. > I need to move a huge application made in Ada > 83 and installed on Solaris, to Ada 95 (probably on Linux)... looks very > tough but maybe there're automatic tools and good advices out there. Have you tried just compiling your source code with an Ada 95 compiler? Unless it uses a lot of vendor-specific addons or libraries, you'll probably be surprised how little needs to change.