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: a07f3367d7,5ef7f02ef33aefd1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!newsfeed.velia.net!news.tu-darmstadt.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: Announce : QtAda version 2.4 Followup-To: comp.lang.ada Date: Mon, 07 Dec 2009 19:01:35 +0100 Organization: Privat Message-ID: References: <4b1cde7d$0$6587$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: p5dc81764.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: online.de 1260208895 18869 93.200.23.100 (7 Dec 2009 18:01:35 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 7 Dec 2009 18:01:35 +0000 (UTC) User-Agent: KNode/4.3.4 Xref: g2news1.google.com comp.lang.ada:8335 Date: 2009-12-07T19:01:35+01:00 List-Id: Georg Bauhaus wrote: > Dirk Heinrichs schrieb: >> Dmitry A. Kazakov wrote: >> >>> Leonid Dulman asked me to announce this: >>> >>> QtAda is Ada-95(05) interface to Qt4 graphics library >> >> Although I appreciate this very much, I think it's not a good idea to >> have two different efforts to provide the same interface. Wouldn't it be >> better to join forces? > > OTOH, competition, if possible, may provide for different > approaches to writing Qt programs in Ada. Usually I would agree to this argument. However, we are talking about projects to provide an Ada interface for a GUI toolkit written in another language, not about a project to actually _develop_ a GUI toolkit. > One or the other > approach might more portable, or be better in some situation. > If I'm not mistaken, Qt4Ada (by Leonid Dulman) can be used with > Ada 95 compilers; it does not depend on so many Ada 2005 > anonymous access types as QtAda does. Any reason why all of this can't be achieved by a single project? > (Can the latter be compiled > at all with compilers other than a recent GNAT?) That's IMHO another reason to have only one project. At least two persons have used much of their time to achive more or less the same goal, which is really great, but in the end both projects lack important functionality which is present in the other. Bye... Dirk