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,c150afe4948a1601 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Learning Windows 95 programming with Ada? Date: 1997/11/29 Message-ID: #1/1 X-Deja-AN: 293769217 References: <65ntdo$8so@news0-alterdial.uu.net> <34802dfc.4229989@news.tiac.net> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 880850733 18149 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-11-29T00:00:00+00:00 List-Id: On Sat, 29 Nov 1997 02:08:07 GMT, willour@ssi.parlorcity.com (Mike Willour) wrote: > > Hi, > > I'd like to learn to do programming for Windows 95. >[...] Any recommendations? Assuming you want to stick to Ada 95, rather than following JDI's advice to move to Delphi, the way to proceed is to get hold of the Intermetrics Win32 bindings. These are very close to the C bindings, so you can get anyone of many books on these bindings to know what the routines do. They work with both GNAT and with Object Ada. You might also want to get the sources of AdaGIDE as an example of how these routines are used. Martin found it quite convenient to use these bindings in creating AdaGIDE.