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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93d284228baafc39 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny05.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <1114026742.256627.5450@g14g2000cwa.googlegroups.com> Subject: Re: [GNAT] Importing a C/C++ library from within Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original Message-ID: Date: Wed, 20 Apr 2005 20:11:19 GMT NNTP-Posting-Host: 151.203.12.13 X-Complaints-To: abuse@verizon.net X-Trace: trndny05 1114027879 151.203.12.13 (Wed, 20 Apr 2005 16:11:19 EDT) NNTP-Posting-Date: Wed, 20 Apr 2005 16:11:19 EDT Xref: g2news1.google.com comp.lang.ada:10615 Date: 2005-04-20T20:11:19+00:00 List-Id: The GNAT manual should describe the CPP interface package and associated pragmas to support imported C++ code. My advice is to RTFM (Read The Fantastic Manual). wrote in message news:1114026742.256627.5450@g14g2000cwa.googlegroups.com... > Hi, I was wondering, is there an efficient way to import a C/C++ > library withing Ada on Linux platform using GNAT. I simply like to be > able to access the functions/methods from Ada. > > Thanks in advance, > > -Conrad >