From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with RHIDE Date: Sun, 26 Apr 1998 17:51:21 +0200 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 30 Message-ID: <354357F9.A493C997@LSTM.Ruhr-UNI-Bochum.De> References: <01bd701a$ead489e0$LocalHost AT dell> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: djackson AT dial DOT pipex DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Derek Jackson wrote: > > I have recently installed RHIDE and DJGPP working in a DOS box under > Windows 95. The setup appears to work well, but I have encountered a > problem with a bitwise OR "|" function. > > The compiler gives the following error message: > > error: parse error before character 0335 > What you entered is, hmm, kind of ascii graphics character, probably with Alt-221 (0335 is octal). What you want to press is |, Alt-124. Funny, I always thought this could only happen with non-US keyboards... -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************