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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6cf7f4ea3d689af7 X-Google-Attributes: gid103376,public From: mckennad02@msmail.coe.mursuky.edu (Dave McKenna) Subject: Re: Any compiler for ada for Windows?? Specific libraries need also! Date: 1996/04/24 Message-ID: <317e8348.0@isnt.mursuky.edu>#1/1 X-Deja-AN: 151229930 references: organization: University of Louisville, Louisville KY USA newsgroups: comp.lang.ada Date: 1996-04-24T00:00:00+00:00 List-Id: xsvarshney@ccvax.fullerton.edu (S. Varshney) wrote: >HI, I'd like to know if there is a compiler available for Windows for ADA >(winNT or windows 95 or windows 3.12). GNAT for WinNT/Win95: ftp to ftp.cs.yale.edu/pub/gnat You'll be looking for setup-gnat301a.exe There's plenty of pointers to other archives with this file on the Home of the Brave page, if you have trouble connecting. >Also, I'm looking for libraries that will help me read input from a serial >port, my task is to read analog signals from a thermometer and incorporate >that into the computer and do stuff with it. Therefore, I was wondering if >I need specific ADA libraries to enable me to either work with a analog -> >digital converter, or any library that will help me interact with the >serial port of the PC. Take a look at Win32ada.zip; ftp to sw-eng.falls-church.va.us/public/AdaIC/source-code/bindings/Win32Ada/ It may have what you need. If not, poke around in their archives a little, there's a wealth of useful stuff. Dave