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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ad639fd5395232c X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Anyone doing Windows 95 / NT development in Ada? Date: 1997/04/01 Message-ID: <3341FDAD.5BFB@bix.com>#1/1 X-Deja-AN: 230065541 References: <333FB5DC.608A@ornl.gov> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-04-01T00:00:00+00:00 List-Id: I'm using, and enhancing, CLAW, RRSoftware's Class Library Ada Windows. It's a thick binding that lets the user write in Ada style, using Ada features, and it translates these into low level API calls. It looks a bit like MFC, but actually uses inheritance and dispatching, rather than "message maps". See www.rrsoftware.com for more info.