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,bae62a394f8c9d83 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: ada binding Date: Sat, 11 Feb 2006 07:52:06 +0100 Organization: Cablecom Newsserver Message-ID: <1221871.QKqVdVGWoD@linux1.krischik.com> References: <1142859.ZZbdis6YEU@linux1.krischik.com> <3220036.snWfkaaEov@linux1.krischik.com> NNTP-Posting-Host: 84-74-134-212.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1139642103 8260 84.74.134.212 (11 Feb 2006 07:15:03 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Sat, 11 Feb 2006 07:15:03 +0000 (UTC) User-Agent: KNode/0.10.1 Xref: g2news1.google.com comp.lang.ada:2853 Date: 2006-02-11T07:52:06+01:00 List-Id: sg wrote: > Well... if this is the only way, so I think that there a very little > chance for having the wxWindows Ada binding Or any other binding. I don't think an Ada binding to wxWindows is more work then a Fortran 2003 binding would be (once Fortan 2003 becomes available). And it's the same for any large C++ library. There are several large projects for KDE which want to make KDE available to other languages. Most of those use then C/Proxy class approach as well. The problem is that the C++ compilation model does not lend itself to automated generation of binding files. All the #if, #defined and #include are in the way. At least the usual implementation of #include - the ISO standard allows implementations not using a plain text file. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com