From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp help! Date: Thu, 21 Aug 1997 12:56:56 -0500 Organization: Spectrum Healthcare Services Lines: 16 Message-ID: <33FC8168.2EA0B571@a.crl.com> References: <01bcad19$fc6079e0$405bd2cc AT myaqub1 DOT maine DOT rr DOT com> NNTP-Posting-Host: a116021.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 Ezatullah wrote: > > I keep getting an error in DJGPP > > "two or more data types" in decloration of a function or in a structure" > but when I delete the function or structure and not use it, I still get the > error > but now the error targets another function or structure( just bellow the > one I had just deleted/commented out) Make sure your parenthese and braces all match perfectly. And the semicolons at the end of your structure definitions. -- Weiqi Gao weiqigao AT a DOT crl DOT com