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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,7993782f4ec0bb4f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k4g2000yqb.googlegroups.com!not-for-mail From: dhenry Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada with Ada Date: Wed, 2 Dec 2009 23:48:39 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 80.156.46.53 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1259826519 12353 127.0.0.1 (3 Dec 2009 07:48:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Dec 2009 07:48:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k4g2000yqb.googlegroups.com; posting-host=80.156.46.53; posting-account=EZVF2goAAABmd4nprEqIYBBoiiKbAL2e User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8294 Date: 2009-12-02T23:48:39-08:00 List-Id: Ok, I see that it won't be easy ;) I'm afraid my old code is using the gnat runtime :( I imagined once something like interfacing old code with C and then the C with new code. But linking may be hard, especially with the gnat runtime dependency.