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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bae62a394f8c9d83 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: ada binding Date: Thu, 9 Feb 2006 19:28:06 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1142859.ZZbdis6YEU@linux1.krischik.com> NNTP-Posting-Host: host81-129-55-8.range81-129.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com 1139513286 9786 81.129.55.8 (9 Feb 2006 19:28:06 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 9 Feb 2006 19:28:06 +0000 (UTC) In-Reply-To: <1142859.ZZbdis6YEU@linux1.krischik.com> User-Agent: Thunderbird 1.5 (Windows/20051201) Xref: g2news1.google.com comp.lang.ada:2826 Date: 2006-02-09T19:28:06+00:00 List-Id: Martin Krischik wrote: > If you are planning to inheriting then you need to directly bind to the C++ > class. Only one compiler offers that (GNAT). Start reading here: > > http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gnat_rm/Pragma-CPP_005fClass.html Don't think this is true... ObjectAda 8.2 comes with a manual "Ada Binding Technology C++ Mapping Guide Version 3.1" I suspect that pretty much every Ada compiler comes with some mechanism to do this - shame it isn't standardized. Cheers -- Martin