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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a10d923571c5259e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 18:32:42 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: xavier.serrand@free.fr (Xavier Serrand) Newsgroups: comp.lang.ada Subject: Re: Get_Immediate Date: 10 Dec 2003 18:32:42 -0800 Organization: http://groups.google.com Message-ID: <344d0fee.0312101832.44c721c3@posting.google.com> References: <344d0fee.0312100800.33df6ea9@posting.google.com> NNTP-Posting-Host: 80.14.185.157 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1071109962 28971 127.0.0.1 (11 Dec 2003 02:32:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 11 Dec 2003 02:32:42 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3347 Date: 2003-12-10T18:32:42-08:00 List-Id: tmoran@acm.org wrote in message news:... > > I have to work with Ada 83 .... and, > > I have to use the functionnality of Get_Immediate (return immediately > > after the keystroke and no echo) > Your Ada 83 compiler almost surely came with a library with the > routine you want, and a way (not exactly the Ada 95 way, obviously) > to interface with other code in other languages. What compiler > are you using? Hello Mister Moran, I'm using Gnat 3.14 ... for Ada 95 ... and I will have to port my work on another station where i'll have to use Ada 83 ... I think i'll see how it's done with gnat ...