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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: C to Ada Date: Fri, 24 Nov 2006 09:12:54 +1100 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:TorJnpkTEFJn+Ff9pNmG0jq0OO0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: snoopy.microcomaustralia.com.au X-Trace: quokka.wn.com.au 1164319977 202.173.153.89 (24 Nov 2006 06:12:57 +0800) X-Complaints-To: abuse@westnet.com.au Path: g2news2.google.com!news4.google.com!news.glorb.com!quokka.wn.com.au!not-for-mail Xref: g2news2.google.com comp.lang.ada:7670 Date: 2006-11-24T09:12:54+11:00 List-Id: Hello, Are there any up-to-date utilities for converting a C *.h file into a Ada wrapper package? I don't care if it requires cleaning up by hand afterwords. Or is it considered better to write the entire wrapper by hand? (considering a number of C libraries that I would like to be able to access from Ada here but with no native Ada bindings yet). Thanks. -- Brian May