Date: Sun, 16 Mar 1997 15:32:45 +0300 (IDT) From: Eli Zaretskii To: Abraham John Kannankeril cc: djgpp AT delorie DOT com Subject: Re: Graphics not working In-Reply-To: <33287A5C.B9A@wsunix.wsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 13 Mar 1997, Abraham John Kannankeril wrote: > Error: 'grOK' undeclared (first use this function) > Error: (Each undeclared identifier is reported only once for each > function it appears in) > There were some errors > > We don't know where we are going wrong. Can anyone help us? It's grOk, not grOK (look into the libbcc.h header). C is case-sensitive, so it barfs. P.S. No offence, but you really should look a bit harder when you get such errors. Just looking inside the headers which you include should have revealed the problem.