From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: WHY ME??? DJGPP does nothing but complain Date: Thu, 03 Jul 1997 15:41:13 -0500 Organization: Spectrum Healthcare Services Lines: 16 Message-ID: <33BC0E69.CDEA70D5@a.crl.com> References: <01bc87e6$39b62f00$82d231cf AT mypc DOT tdsnet DOT com> NNTP-Posting-Host: a116026.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Neil James Adcox Jr. wrote: > > I have just started my first project in DJGPP. Im used to my old 16 bit > compiler. The following is the header file with the c file. My 16 bit > compiler has no trouble making and object file.....and DJGPP does nothing > but complain ( some 50+ errors ) WHY????????????????????????? I was able to compile your source after adding the following two lines to your header file: #define FAR #define far -- Weiqi Gao weiqigao AT a DOT crl DOT com