From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Keyboard Locks Up While Developing Date: Mon, 30 Mar 1998 10:02:44 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 34 Message-ID: <351FDE43.2E2D@plinet.com> References: <351F4E4F DOT 11DB AT easystreet DOT com> NNTP-Posting-Host: 22715 AT 207 DOT 174 DOT 3 DOT 190 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Al Christians wrote: > > I'm doing compiles and links with rhide and djgpp recently downloaded. > Sometimes, while working with this arrangement on a DOS 6.22 machine > with cwsdpmi, the keyboard simply becomes non-functional, ie the > achine stops seeing keystrokes. > > Reboot fixes it. > > Any ideas if this can be a problem with rhide/djgpp? Any remedies? > > This is not caused by my program executing with a bad pointer and > plastering something it shouldn't. I'm not executing the code on > the DOS machine at all, just running rhide and make. Machine is a > pentium 133 w 32 MB. > > TIA for any hints. > > Al A few questions 1) is the keyboard locked ie numlock doesn't work or just no screen response 2) does it happen during editing or during make or after make 3) what versions of rhide, ld, and gcc are you using 4) if during make use the -v command line option for the compiler options and check the output. 5) do you have borlands make.exe in your path 6) beyond are that any exotic tsr's running those are the things I'd check and maybe post if somthing doesn't become apparent from the questions Charles