From: "difman" Newsgroups: comp.os.msdos.djgpp Subject: funny errors from RHIDE Lines: 7 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 Message-ID: X-Trace: +TWuRuaheRb9G3+9vKXSIOZ+VghA4IRIlvIiCS8AD8bSnna7hKlmi21FniHlEr8TSXGLoHhEMeBE!gh5Ofa8RgbsAslDh5ndMAfznkSmcwY+gheFNjxQXPBmpH5cqVIPX0X/47GuZIJn7FQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 11 Aug 1999 10:24:56 GMT Distribution: world Date: Wed, 11 Aug 1999 10:24:56 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I tried to compile my program using djgpp in RHIDE, but it gives errors like Error: 'FILE' undeclared (first use in function) and 'x' undeclared (first use in function) even though i have declared them in the function. it also gives Error: 'EOF' undeclared whats the deal?