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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,81455da56a5b63c4 X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Character input (no echo).... Date: 1997/03/05 Message-ID: <331E5754.7599@bix.com>#1/1 X-Deja-AN: 223456034 References: <01bc298f$ce9896e0$f5093e9f@lsm8-pc.linkabit.titan.com> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-03-05T00:00:00+00:00 List-Id: > tried using a C import (remaps getch(stdin)...etc) but > it did not have the desired effect. FWIW I am running under Win95/NT Are you running in a DOS box or a GUI window? If the latter, will getch work even in C? I thought generally you would need to run your message loop and watch for relevant WM_xxx messages, on Windows.