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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,75d212d235385766,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-23 20:29:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!news-out.spamkiller.net!propagator2-maxim!propagator3-maxim!news-in.superfeed.net!news-west.rr.com!cyclone.kc.rr.com!cyclone2.kc.rr.com!news2.kc.rr.com!twister.neo.rr.com.POSTED!not-for-mail Subject: gnat link to c++ classes (all gcc) From: jim hopper Newsgroups: comp.lang.ada Message-ID: <230320032328356719%hopperj@macconnect.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit User-Agent: Thoth/1.6.0 (Carbon/OS X) Date: Mon, 24 Mar 2003 04:37:28 GMT NNTP-Posting-Host: 24.166.209.22 X-Complaints-To: abuse@rr.com X-Trace: twister.neo.rr.com 1048480648 24.166.209.22 (Sun, 23 Mar 2003 23:37:28 EST) NNTP-Posting-Date: Sun, 23 Mar 2003 23:37:28 EST Organization: Road Runner High Speed Online -- Northeast Ohio Xref: archiver1.google.com comp.lang.ada:35642 Date: 2003-03-24T04:37:28+00:00 List-Id: can anyone point me at some examples of how to interfaces an ada tagged type to a c++ class? there seem to be several pragmas inside gnat that seem setup to do this but no examples at all of how to use that that i have found. thanks jim