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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3ad7a8611c2e60ae,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe25.iad.POSTED!7564ea0f!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: GUI with Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3598 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-RFC2646: Format=Flowed; Original X-EsetId: 321EA926BF2030326352 X-EsetScannerBuild: 6239 Message-ID: <2RRWm.115219$gg6.92260@newsfe25.iad> NNTP-Posting-Host: begadmgiaeejkobgmlajjaghfffiecpj X-Complaints-To: abuse@charter.net X-Trace: cineoljmlfmnfokdjcgmplepfogblcmldlkgpncjmopnggijbegadmgiaeejkobgdkbcplllelcpmknpclgefkficpgilnnfneklagkgoekgnnbmoppjhgikbchpjbmobgjklipccefckbgb NNTP-Posting-Date: Fri, 18 Dec 2009 20:44:46 UTC Date: Fri, 18 Dec 2009 14:44:54 -0600 Xref: g2news1.google.com comp.lang.ada:8428 Date: 2009-12-18T14:44:54-06:00 List-Id: Hello; I have not kept up with Ada for sometime. I was wondering, if someone wants to develop a simple GUI (plots, menus, buttons, graphs, etc..) using Ada, and have the code compile to a .exe on windows and linux, which is the current most popular software pieces needed for the GUI? Assuming I will be using GNAT. Which gcc version should I be using these days which has the latest Ada support in it? Should I be using gcc directly for Ada programming these days, or use GNAT GPL 2009 version from Libre web site http://libre.adacore.com/libre/ ? I know there are few choices for the GUI, and just wanted to check what is the "best" choice do you think for that. One with a GUI builder would be nice (i.e. where one can pick the components and lay them out to design the interface). This will be an school program, nothing commercial. I wanted to try to write some basic finite element code in Ada, but need a GUI part for the simulation part. Thanks, --Nasser