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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,899b6cda699de8ba X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-17 13:28:38 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: What do I need to write a Windows program with Ada? Date: Mon, 17 Mar 2003 15:28:58 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3e75e88a$0$4088$4d4ebb8e@read.news.de.uu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:35425 Date: 2003-03-17T15:28:58-06:00 List-Id: tmoran@acm.org wrote in message ... >> - Where do I get a binding for a windows API? > There are several, with different aims and different coverage. I'm one >of the authors of Claw - Class Library for Ada on Windows, and suggest you >take a look at the TriAda paper available at >www.rrsoftware.com/html/prodinf/triadapaper/triada.html > Claw is a "thick" or "abstract" binding. It's available, as source >code, in a GMGPL introductory version and in a supported $>0 version under >active development and with a printed manual as well as Windows Help and >html documentation. And, Claw does have a Tree control in the supported version (not in the free version). Randy Brukardt.