Date: Thu, 12 Aug 1999 11:03:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: difman cc: djgpp AT delorie DOT com Subject: Re: funny errors from RHIDE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 11 Aug 1999, difman wrote: > 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? You need to #include in your source.