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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38159b1b5557a2e7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-18 05:10:03 PST From: Ronald Dauster Newsgroups: comp.lang.ada Subject: Re:was: why ada is so unpopular ? Date: Sun, 18 Jan 2004 14:09:59 +0100 Organization: 1&1 Internet AG Message-ID: References: <49cbf610.0401170627.79c3dfe5@posting.google.com> NNTP-Posting-Host: p50810425.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: online.de 1074431402 10306 80.129.4.37 (18 Jan 2004 13:10:02 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sun, 18 Jan 2004 13:10:02 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en In-Reply-To: Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!news2.telebyte.nl!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:4527 Date: 2004-01-18T14:09:59+01:00 List-Id: Luke A. Guest wrote: > On Sun, 18 Jan 2004 10:21:16 +0100, Szymon Guz wrote: > > >>well.. I know that, but my problem is a little bit different. I don't >>have money for sth like Builder or Kylix or Visual but I think that my >>program really needs to operate on some windows. I don't want to write >>that using WinApi nor Gtk; First of all the Gtk/Qt licence is not good >>for me and WinApi is terrible. I wanted to use wxWindows. It is written >>in C++, that's why I still don't know what to choose. Mix wxWindows(C++) >>with Ada or just use C++. > > > Hmm, I asked this on the wxWindows list the other day, the reply was that > the easiest way to do it would be to add an Ada backend to SWIG and use > the code from wxPython. > Writing a language backend for SWIG is by no means trivial. In addition, the SWIG mappings for different languages have very different capabilities. That means, to get a clean Ada interface the wxPython interface will need a lot of tweaking.