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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.73.132 with SMTP id l4mr7742089igv.5.1401042906242; Sun, 25 May 2014 11:35:06 -0700 (PDT) X-Received: by 10.140.49.227 with SMTP id q90mr344qga.22.1401042905981; Sun, 25 May 2014 11:35:05 -0700 (PDT) Path: border2.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!news.glorb.com!hl10no5419226igb.0!news-out.google.com!qf4ni13600igc.0!nntp.google.com!c1no16819537igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 25 May 2014 11:35:05 -0700 (PDT) In-Reply-To: <78925fd2-b40f-47dc-b818-38888d4571af@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.215.113.26; posting-account=0EXciQoAAABnszktho592qzTsx_OoajA NNTP-Posting-Host: 178.215.113.26 References: <334c3d6a-9738-4ca7-ae3b-0e65c1f996d1@googlegroups.com> <03e4bcad-6869-4723-baef-fa637ed79a37@googlegroups.com> <6b1bfc68-2903-4132-a68e-f4deeaeaac7c@googlegroups.com> <78925fd2-b40f-47dc-b818-38888d4571af@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2d0a1fd0-859c-4440-b045-2335af33e26c@googlegroups.com> Subject: Re: Commercial/closed source development in Ada? From: droiddermo@gmail.com Injection-Date: Sun, 25 May 2014 18:35:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1952 X-Original-Bytes: 2032 Xref: number.nntp.dca.giganews.com comp.lang.ada:186612 Date: 2014-05-25T11:35:05-07:00 List-Id: > I you want to target Windows-only for the GUI layer I'm sorry, I should have said it in the first place: I need crossplatform (= Windows, Linux, Mac OSX) GUI library, that is suitable for closed source de= velopment. I was thinking about using Qt as it is LGPL. Is QtAda bindings L= GPL? Is it good and well supported? Or it would be better for me to impleme= nt application logic in Ada as a shared library and implement Qt-based GUI = in C++ or QtQuick?