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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2f51b5a1324ec613,start X-Google-Attributes: gid103376,public From: Olivier Fourel Subject: ADA 95 C++ and Solaris Date: 1999/11/16 Message-ID: <3831644C.6CFBCA79@animaths.com>#1/1 X-Deja-AN: 549502494 Content-Transfer-Encoding: 7bit X-Accept-Language: fr Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@oleane.net X-Trace: minus.oleane.net 942797929 15012 195.25.5.70 (17 Nov 1999 00:18:49 GMT) Organization: =?iso-8859-1?Q?Math=E9mathiques=20Appliqu=E9es?= S.A. Mime-Version: 1.0 Reply-To: olivier.fourel@animaths.com NNTP-Posting-Date: 17 Nov 1999 00:18:49 GMT Newsgroups: comp.lang.ada Date: 1999-11-17T00:18:49+00:00 List-Id: Hi, 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 ?