From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE...problems Date: Wed, 19 Jan 2000 20:53:43 -0500 Organization: MindSpring Enterprises Lines: 25 Message-ID: <865psk$er8$1@nntp2.atl.mindspring.net> References: <38861044 DOT 5081C0FE AT prodigy DOT net> NNTP-Posting-Host: c7.b7.cf.35 X-Server-Date: 20 Jan 2000 01:54:28 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have never heard of rhide doing this. Try starting it up with the -K option and see if that fixes it. Brett Thornhart wrote in message news:38861044 DOT 5081C0FE AT prodigy DOT net... > > I downloaded DJGPP so that I could use the Allegro game libraries. > Previously, I had been using Visual C++. Anyhow, I downloaded RHIDE, > and the thing is beyond annoying. Whenver I start writing my program I > get crap like thus: > > int ma±4in(void); > { > int ±4age; > ch±4ar *name; > ....... > > And such. It inserts garbage ever 13 or so keystrokes. I really want > to use Allegro, but I can't stand having to delete garbage every few > keystrokes. I've tried reinstalling it many times but to no avail. If > I can't find a solution, I guess I'll just have to use Visual C++ and > Direct X....