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,51114679936bf41a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 13 May 2006 15:05:45 -0500 Date: Sat, 13 May 2006 15:55:38 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Calling C++ from Ada References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-GMMqJ5bEWGSJSJmHVYSR3T4YpbIHk7sXgorNYWeNDy5U1rdXmxN3gPFywDbEDhWozRcAX/pT/OK1aI9!5soy43OJYhfg//1g9oLFR/SsxJnMgsx9LcpHfnEhacPz3rt63SXzUi0JolqYfd5HTsQMoKMiNSYK!B4c= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4236 Date: 2006-05-13T15:55:38-04:00 List-Id: Yves Bailly wrote: > > I guess I'll end doing this... > > To paint a little of the whole story, I was looking for a tool allowing > to automagically generate an Ada thin binding for a C++-based library. > To many classes and methods to create it "by hand". However I didn't find > any, so I was thinking on creating one myself. > > Thanks anyway for your lights. > > Best regards, > > Yves Bailly > If you are thinking of doing something yourself perhaps you should look at adding an Ada output module for SWIG. Looking at some of the other language output modules it appears that it is a reasonably small project.