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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,96ff56e40ff22eac X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.31.165 with SMTP id b5mr886846pbi.1.1323237652170; Tue, 06 Dec 2011 22:00:52 -0800 (PST) Path: lh20ni78402pbb.0!nntp.google.com!news1.google.com!postnews.google.com!u5g2000vbd.googlegroups.com!not-for-mail From: leonid Newsgroups: comp.lang.ada Subject: Re: I'm pleased to announce QtAda version 2.7.4 Date: Tue, 6 Dec 2011 22:00:51 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5573b39b-4058-474a-807c-42b742b925e5@ca1g2000vbb.googlegroups.com> <591f5c27-4e28-47c8-af79-c56cc6ad49d1@i6g2000vbe.googlegroups.com> <23364b14-2d11-4631-8986-0078108ef136@f11g2000yql.googlegroups.com> NNTP-Posting-Host: 94.230.81.55 Mime-Version: 1.0 X-Trace: posting.google.com 1323237652 29074 127.0.0.1 (7 Dec 2011 06:00:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 7 Dec 2011 06:00:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u5g2000vbd.googlegroups.com; posting-host=94.230.81.55; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Xref: news1.google.com comp.lang.ada:19377 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-06T22:00:51-08:00 List-Id: On Dec 7, 12:47=A0am, Jerry wrote: > On Dec 6, 1:52=A0am, leonid wrote: > > > > > > > > > > > On Dec 5, 10:30=A0pm, "Nasser M. Abbasi" wrote: > > > > On 12/5/2011 12:45 AM, leonid wrote: > > > > > Announce : QtAda version 2.7.4 =A0free edition > > > > QtAda is Ada-95(05,12) port to Qt4 graphics library > > > > Qt version 4.7.3(4.7.4,4.8.0) open source and qt4c.dll(libqt4c.so) > > > > builded with Microsoft Visual Studio 2010 =A0in Windows and gcc =A0= in > > > > Linux > > > > Packages was tested with gnat gpl 2011 ada compiler in Windows 32bi= t > > > > and 64bit and Linux x86 =A0Debian 5 > > > > It supports GUI, SQL, Multimedia, Web, Netork and many others think= s. > > > > > QtAda for Windows and Linux (Unix) is available from > > > >http://users1.jabry.com/adastudio/index.html > > > > > Sources and prebuild VTK 5.9.0 and Qt 4.7.3 for win32 and x86 , you > > > > can found on my DVD "ADASTUDIO 2011" > > > > Torrent and eMule reference on site. > > > > > Leonid Dulman (leonid.dul...@gmail.com) > > > > Thanks for this. > > > > Do you have allready build sample applications using QtAda that > > > one can download and run? Either for windows or for linux? > > > > I mean some small application that shows some of the features > > > of the GUI all build in Ada that one can try out? > > > > I looked at the web page > > > >http://users1.jabry.com/adastudio/qtada/qt4/qt4ada.html > > > > but did not see any. I see the DLL's and source code, but > > > I was looking at a prebuild (static prebuild) .exe that > > > I can download and just run without having to build anything. > > > > Sorry if I missed it. > > > > --Nasser > > > To build application is very easy > > gcc -c *.adb > > qt4ada > > All Prebuild Windows executable are in ADASTUDIO_2011 DVD > > Leonid > > How would one build libqt4c.so and qt4ada for OS X? I don't see the > sources for them. > Jerry To build executable on Mac Os, you to upload c++ sources http://users1.jabry.com/adastudio/qtada/qt4/adacsrc.tar.bz2 >From directory x86-32 execute script ./qt4cbuild (maybe you need to change something on it and if compilation OK, to execute tclsh qt4so.tcl to build libqt4c.so I hope you can do this. Leonid