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,c4003439e5ce36e1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!news.cid.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Converting access values Date: Thu, 6 Jan 2005 12:17:23 -0000 Organization: BAE SYSTEMS Message-ID: <41dd2ac0$1_1@baen1673807.greenlnk.net> References: X-Trace: individual.net slVC5/2h60ib8b4qkRPN/wX3TevrXOCzkZbPX49uR2KcqAt88s X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:7517 Date: 2005-01-06T12:17:23+00:00 List-Id: > before language lawyers attack, my project uses intermixed Ada, > Fortran, C/C++ and Pascal. You end up sacrificing portability if you > want it to work, in C this isn't a problem, a single code base > manipulated via the preprocessor is easy, as does fortran. Ada > doesn't which makes life hard. I wish theyed make preprocessing a > feature. There is nothing to stop you running GNATPrep on source before passing it to any Ada compiler - could this help? Cheers -- Martin