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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93d284228baafc39,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: conradwt@runbox.com Newsgroups: comp.lang.ada Subject: [GNAT] Importing a C/C++ library from within Ada? Date: 20 Apr 2005 12:52:22 -0700 Organization: http://groups.google.com Message-ID: <1114026742.256627.5450@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 130.76.64.16 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1114026746 31958 127.0.0.1 (20 Apr 2005 19:52:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Apr 2005 19:52:26 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=130.76.64.16; posting-account=2cgjjBMAAABgvdnIs0P9Xl7xUt0Ov5d9TxVz2CChb4Lc4MXNcZuFCw Xref: g2news1.google.com comp.lang.ada:10613 Date: 2005-04-20T12:52:22-07:00 List-Id: 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