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,e53966b94b43b46c X-Google-Attributes: gid103376,public From: mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle) Subject: Re: Windows 95 Programming with Ada Date: 1998/09/14 Message-ID: <6tk290$4vi$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 391123398 References: <6tjsfr$fk0@sophri.cc.oxy.edu> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1998-09-14T00:00:00+00:00 List-Id: In article <6tjsfr$fk0@sophri.cc.oxy.edu>, Binh Phu wrote: >Hi, could someone guide me in the direction on how to use Ada to make >Windows Programs. Thanx This question could be answered at any number of levels depending on what specifically you are looking for. 1) You could program Windows directly using the Win32API binding (see www.adahome.com for this). WARNING: this gets quite ugly. 2) You could use a thick binding (e.g. CLAW from RR Software) 3) You could use a GUI Builder for Windows (e.g. see www.aonix.com) 4) You could use a binding to a platform independent library (e.g. TASH tash.calspan.com) 5) You could use a GUI design tool for such a binding (e.g. http://wuarchive.wustl.edu/languages/ada/usafa/rapid WARNING: blatant self-promotion). Hope this at least gives you some places to start looking. --Martin -- Martin C. Carlisle, Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standard or policy of the US Air Force Academy or the United States Government.