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,f0ef6353f84fee X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-29 12:19:21 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Applications written in Ada Date: Wed, 29 Oct 2003 14:17:35 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:1822 Date: 2003-10-29T14:17:35-06:00 List-Id: "Lars" wrote in message news:bnnssf$c2t$01$1@news.t-online.com... > b) Which Ada applications (especially for Win32) are there for which the > source code is available? Win32-specific applications typically use a thick library like Claw, GWindows, or Windex. Look for apps using those bindings on the Ada-wide search engine: www.adaic.com/site/wide-search.html. I know that there are number of small applications using Claw out there. (The Claw GUI builder is a Claw application, in fact. But no source available on that.) Randy.