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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 08:00:34 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: xavier.serrand@free.fr (Xavier Serrand) Newsgroups: comp.lang.ada Subject: Get_Immediate Date: 10 Dec 2003 08:00:34 -0800 Organization: http://groups.google.com Message-ID: <344d0fee.0312100800.33df6ea9@posting.google.com> NNTP-Posting-Host: 80.13.78.39 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1071072034 17830 127.0.0.1 (10 Dec 2003 16:00:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Dec 2003 16:00:34 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3314 Date: 2003-12-10T08:00:34-08:00 List-Id: Hello, 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) I tried to interface with c (getch)... it works fine ... with Ada 95... I can't interface with Ada 83 ... because i have none of the specific package to do this work ... Could somebody give me a better idea if it's no possibility to find old packages to interface with c ... xavier SERRAND