Message-ID: <009401c050b6$49e52d80$0500a8c0@brk> From: "Johan Henriksson" To: Subject: Re: for help Date: Fri, 17 Nov 2000 17:45:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com from: Johan Henriksson, leadprogrammer @ www.realsoftware.cjb.net "It is not the length of life that counts but what you make out of it" - me ---------------------------------------------------------------------------- --------------------- >when I compile my c program (with RHIDE) I have >the following error message :" parse error before char " >But all lines before the type 'char' are correct, >and contain only syntaxes supported by C. I'm not convinced nor do I think anyone else is; You'll have to post the source. But if it's big I don't think anyone will bother check... Do it like this: Comment out big blocks until you see it goes away. Then check what block is causing it. Then check further on it until you find the error.