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,2f51b5a1324ec613 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: ADA 95 C++ and Solaris Date: 1999/11/20 Message-ID: #1/1 X-Deja-AN: 551071102 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <3831644C.6CFBCA79@animaths.com> X-Trace: news.demon.co.uk 943139030 nnrp-09:258 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 1999-11-20T00:00:00+00:00 List-Id: Olivier Fourel writes: > I look for a way to link ADA95 code and C++ code. > > The ADA 95 program is compiled with GNAT 3.11 under Solaris 2.6 on a > SPARC station > and I need to call functions written in a C++ library. > Can anyone help me about this ? Your best starting place is probably[1] the documentation[2] for the 3.12p compiler (the 3.11p compiler behaves in the same way, I believe). Look in the Users Guide for the section "Building mixed Ada & C++ programs". [1] At the moment I only have the 3.12a2 documentation here, I expect it's the same. [2] From the usual FTP sites .. cs.nyu.edu/pub/gnat etc