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,d02024d6967abebc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-07 17:03:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!nf3.bellglobal.com!cyclone.mw.ipsvc.net!news.mw.ipsvc.net!cyclone.kc.rr.com!cyclone2.kc.rr.com!news2.kc.rr.com!twister.neo.rr.com.POSTED!not-for-mail Subject: C++ bindings From: jim hopper Newsgroups: comp.lang.ada Message-ID: <070420032003086184%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: Tue, 08 Apr 2003 00:11:24 GMT NNTP-Posting-Host: 24.166.209.22 X-Complaints-To: abuse@rr.com X-Trace: twister.neo.rr.com 1049760684 24.166.209.22 (Mon, 07 Apr 2003 20:11:24 EDT) NNTP-Posting-Date: Mon, 07 Apr 2003 20:11:24 EDT Organization: Road Runner High Speed Online -- Northeast Ohio Xref: archiver1.google.com comp.lang.ada:35978 Date: 2003-04-08T00:11:24+00:00 List-Id: I have been using a C++ tool and class library called ossim (www.ossim.org) which is very nice image processing library and a cross platform gui. i would love to use its library in some of my own code but i need an ada binding to the c++ classes. reading the manual it seems possible given the pragmas available and i am talking gcc c++ and gcc ada (3.x version of the compiler). the manual seems to imply you need a binding generator to use these features. does anyone have any examples that they could share on how to use these pragmas to create a hand binding to this open source tool. of course if someone has a way to generate a machine binding that would be even better ;-) best jim