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: tmoran@bix.com Subject: Re: Learning Windows 95 programming with Ada? Date: 1997/11/30 Message-ID: <65sckm$982@lotho.delphi.com>#1/1 X-Deja-AN: 293949465 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1997-11-30T00:00:00+00:00 List-Id: In Robert Dewar said: > > I'd like to learn to do programming for Windows 95. > 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 Or, if you'd rather use an Ada style binding instead of learning C and how to do callbacks and tasking in the absence of OO, general tasking support, or the other things that make Ada better than C, you might look at CLAW, which runs with Janus, Gnat 3.10p1 (Dewar's compiler), and (hopefully) with the soon to be relased ObjectAda 7.1.1 A demo version, with sample programs, is available at www.rrsoftware.com Note: I helped create CLAW and have a bias toward thinking it's a good thing. ;)