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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6fdabd42b1cb773b X-Google-Attributes: gid103376,public From: "Gerhard H�ring" Subject: Re: GUI in Ada Date: 1998/09/18 Message-ID: <360196CB.9EC3F20F@altoetting-online.de>#1/1 X-Deja-AN: 392203298 Content-Transfer-Encoding: 7bit References: <6tl1k9$acd$1@emu.cs.rmit.edu.au> To: Christopher Raman Content-Type: text/plain; charset=us-ascii Organization: CameloT Online Services Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-09-18T00:00:00+00:00 List-Id: There is even a way to build GUI applications with Ada that run in *both* Unix and Windows. I use TASH, an Ada binding to TCL/TK, a script language. Both the binding and TCL/TK are free, I recommend you also use Visual TCL to build your GUI. Disadvantages: You have to learn TCL, but it is a very simple language. Advantages: Compile your Ada source for Unix, Windows or Mac, use your TCL code in Unix, Windows or Mac. No additional porting required!! Easy GUI building: not as easy as Visual Basic, but at least as easy as building GUI apps in (Visual) C++, for example. TCL/TK and most tools (Visual TCL e.g.) are freeware. TASH: http://tash.calspan.com/ Visual TCL: http://www.neuron.com/stewart/vtcl/ Christopher Raman wrote: > > Hi, > > Is there ways to build GUI applications in Ada? Either in UNIX or Windows? > > Thanks, > Chris