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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,fc2b5af8782d4ca3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.106.73 with SMTP id gs9mr5778583wib.2.1362103787405; Thu, 28 Feb 2013 18:09:47 -0800 (PST) Path: bp2ni65242wib.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!news.meeh.mikalv.net!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: can one make a static build Ada+GUI GTK application? Date: Fri, 22 Feb 2013 17:29:01 -0600 Organization: Aioe.org NNTP Server Message-ID: References: <18258f40-f19e-4bad-ac95-0c22a9629e15@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: qRYqNuxiAU7v5GWIQztq2Q.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2013-02-22T17:29:01-06:00 List-Id: On 2/21/2013 10:56 PM, Patrick wrote: > Hi Nasser > > Have you looked at FLTK? It's statically linked by default. It's C++ so >there is going to be some work to get it to work with Ada. > Thanks. I think I looked at FLTK someone time ago. There are number of GUI frameworks for use with C++. I looked also at Qt with c++, but it is almost impossible to build static app with Qt from what I found reading on it. I downloaded an FLTK app, a nice one, and it was just ONE single .exe file. This is what I want. No dll's and no shared libraries to worry about. One file to move around. Java has Jar files where one can pack everything in there, but it needs a run-time library installed, or one must include the JRE as well. So that is another possibility to make small GUI app which is one file that includes everything. But I think Java is in a downwards slope now, with all the viruses that are affecting it, so I am not interested in Java much these days. Too bad, Java used to be called a safe language, now all what you hear about Java is news and information on how to uninstall it and remove it from the PC due to risks in using it. --Nasser