From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Keyboard Locks Up While Developing Date: Tue, 31 Mar 1998 08:42:30 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 62 Message-ID: <35211CF6.C2F@plinet.com> References: <351F4E4F DOT 11DB AT easystreet DOT com> <351FDE43 DOT 2E2D AT plinet DOT com> <351FEE64 DOT 1865 AT easystreet DOT com> NNTP-Posting-Host: 3660 AT 207 DOT 174 DOT 3 DOT 173 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: > > Charles Terry wrote: > > A few questions > > 1) is the keyboard locked ie numlock doesn't work or > > just no screen response > > I'll check numlock next time. I know the keyboard is ok, cause I've got > it on an A-B switch. Switching to the other machine it worked fine. > Unplugging the keyboard from the switch and plugging it directly into > the DOS machine didn't fix anything. > > > 2) does it happen during editing or during make or after make > > The first time it happened, I didn't make any notes. I think I was in > RHIDE, trying to set some options in a pop-up window. The most recent > time was at the command-line prompt after exiting RHIDE, I think. > > > 3) what versions of rhide, ld, and gcc are you using > > RHIDE is 1.4. ld is 2.8.1. GCC is 2.8.0 executing gcc-2.90.23. > > Forgot I had that in there. Maybe I should take out pgcc-2.90.23. What > do you think? > > > 5) do you have borlands make.exe in your path > > Nope. > > > 6) beyond are that any exotic tsr's running > > There's something called \Alpine\TsrFont.Com, which I think has > to do with the video setup. Something to support the CD-ROM. > Nothing else. > > Al Ok I dont have answers for you but a little experience Dos 6.2 1) I've had rhide lock if during complile I click the mouse on the menus. I'd consider that a bug but I just don't do it anymore. 2) On a machine with limited memory C++ programs can take forever to compile- the program is still active though nothing appears to be taking place. Then if you try to take any action -crash 3) If in rhide you do have a crash it can screw up the grp file leading to various instabilities including a bad evironment after exiting. 4) As far as borlands make (I know it doesn't apply here but, for the record) borlands dpmi is totaly uncooperative with djgpps. I was assuming rhide ran make- (-anybody- does it?) 5) The version stuff I thought Important for a post but I'm not one of the people quallified to assess it. I retitled this reply with (rhide added to attract the right attention) Good luck Charles