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,5f4679d58bde270f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 04 Dec 2004 19:51:08 -0600 From: David Botton Newsgroups: comp.lang.ada Date: Sat, 4 Dec 2004 20:51:09 -0500 Message-ID: <2004120420510975249%david@bottoncom> References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Calling C++ methods from Ada.. User-Agent: Unison/1.5.2 NNTP-Posting-Host: 66.176.74.83 X-Trace: sv3-WNCAcSJV6PWBg+N3VVrVTzdHJZjQx5jFBq739s5OvqE3R5Zq94G29iQpM0JnLAo6lKYdVXBufvbXkd9!Ql7fYAzpYcI/fjpKrh426poC9orLLsiVEDDnHx1Bb2+o+9QYJPjzXASXJEOp/w== 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.20 Xref: g2news1.google.com comp.lang.ada:6767 Date: 2004-12-04T20:51:09-05:00 List-Id: See Martin Carlisles' A#. It's in there. http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html David Botton On 2004-12-04 08:22:07 -0500, Georg Bauhaus said: > Luke A. Guest wrote: > : On Fri, 03 Dec 2004 09:59:22 +0100, Martin Krischik wrote: > : :> The original idea was a C++ parser which generated the bindings. With the > :> complexity of C++ the only way to go. However the parser never > :> happend :-( . > : : I wonder how much work it would be to add a switch to the GCC C++ compiler > : to enable generation of GNAT bindings (when --languages has ada passed on > : the configuration command line)? > > Maybe there are some traces of this idea in GCC/GNAT for .NET/.GNU/.WHATEVER? > (I'm guessing this because much in .NET is about extensible types with > operations as part of a common language infrasructure. So if GCC is > enabled to build type information for MSIL (?), the information needed to > generate Ada bindings should be right there.) > > > -- Georg