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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0a15c81dbb968cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-17 09:41:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newsfeed.vmunix.org!fr.clara.net!heighliner.fr.clara.net!freenix!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: Best option for portable GUI? Date: Fri, 17 Jan 2003 12:40:52 -0500 Organization: ENST, France Message-ID: References: <5d6fdb61.0301170303.625bc6c9@posting.google.com> Reply-To: "comp.lang.ada mail to news gateway" NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1042825263 56552 137.194.161.2 (17 Jan 2003 17:41:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 17 Jan 2003 17:41:03 +0000 (UTC) To: "comp.lang.ada mail<->news gateway" Return-Path: X-pair-Authenticated: 64.144.3.99 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.1 Precedence: list List-Id: comp.lang.ada mail to news gateway List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:33151 Date: 2003-01-17T12:40:52-05:00 You basicly have three options if you want a framework that is portable: TASH GtkAda or any X binding and running and X Server on Windows / OSX, etc. > I'm near to start a project of some size using Ada. I intend to make > it portable, at least between Windows and Linux. The other option is to design your software in a way that your GUI code is written with the best API per platform (performance, looks, compatability with OS services, etc.) GtkAda for Linux and GWindows for windows :-) David Botton