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,74885c423a23a03e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: Re: C to Ada References: <1164335326.802553.87760@h54g2000cwb.googlegroups.com> Date: Sun, 26 Nov 2006 09:18:13 +1100 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:+rQ1NEeRGUqxZ/gHlJjLCi38aZg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: snoopy.microcomaustralia.com.au X-Trace: quokka.wn.com.au 1164493094 202.173.153.89 (26 Nov 2006 06:18:14 +0800) X-Complaints-To: abuse@westnet.com.au Path: g2news2.google.com!news3.google.com!news2.volia.net!news.germany.com!texta.sil.at!quokka.wn.com.au!not-for-mail Xref: g2news2.google.com comp.lang.ada:7696 Date: 2006-11-26T09:18:13+11:00 List-Id: >>>>> "rodkay" == rodkay writes: rodkay> These attempt to generate Ada bindings to both C and rodkay> C++ libraries. The 'ada' module is for any Ada compiler, rodkay> and produces bindings based on a 'proxy' approach. The rodkay> 'gnat' compiler targets the GNAT family of compilers, and rodkay> produces Ada types and objects which are the binary rodkay> equivalent of their corresponding C/C++ types. I am still not clear on the difference - what is the 'proxy' approach? Can I assume that the GNAT target uses GNAT specific features and won't work without GNAT?? -- Brian May