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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0a15c81dbb968cc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-17 03:03:13 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: 402450@cepsz.unizar.es (Jano) Newsgroups: comp.lang.ada Subject: Best option for portable GUI? Date: 17 Jan 2003 03:03:13 -0800 Organization: http://groups.google.com/ Message-ID: <5d6fdb61.0301170303.625bc6c9@posting.google.com> NNTP-Posting-Host: 80.58.47.42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1042801393 4157 127.0.0.1 (17 Jan 2003 11:03:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Jan 2003 11:03:13 GMT Xref: archiver1.google.com comp.lang.ada:33120 Date: 2003-01-17T11:03:13+00:00 List-Id: Hello everybody. I'm near to start a project of some size using Ada. I intend to make it portable, at least between Windows and Linux. Part of this project is a GUI. I have no previous experience out of the Win32 API, but I guess there are some libraries for GUIs in Ada that would help me in my objective of portability. I seek advice on what one to choose, because I'll need to learn it in detail. I've heard of some options: GtkAda: Seems a good option but with steep learning curve? GWindows: it's portable? Claw: isn't free... Could you be so kind to offer some advice? Some candidates I don't know of? Thanks in advance, A. Mosteo.