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,6c210326f7c773a0,start X-Google-Attributes: gid103376,public From: LeakyStain Subject: Windex: a thick Ada/Windows binding Date: 1998/12/20 Message-ID: <367D740B.4A52A8E5@erols.com>#1/1 X-Deja-AN: 424307850 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@rcn.com X-Trace: 1les+bVREK7M4OSo1nj8QkPerSxg5/PZ132SSKkiv7M= Mime-Version: 1.0 NNTP-Posting-Date: 20 Dec 1998 22:02:53 GMT Newsgroups: comp.lang.ada Date: 1998-12-20T22:02:53+00:00 List-Id: I've posted Windex, a thick binding of Ada 95 to a subset of Windows, at http://www.erols.com/leakstan/Stephe/index.html Also on that page is an example application, which allows exploring the Mandelbrot set. Windex compiles with GNAT 3.10p, and (with a couple extra bugs) with ObjectAda 7.1.2. I wrote Windex partly to learn Ada 95, but mostly to let me write Windows apps in Ada (I'm porting my old Visual Basic card game Real Soon Now). So it's coverage of the Win32 API is spotty; it only supports those parts I need. But it's enough to write usefule applications. I welcome all comments, and any contributions. If enough people are interested, maybe Windex can become a useful thick binding to Windows. -- Stephe Leake