From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Vs: Vs: problems...anyone can help me? Date: Mon, 05 Jun 2000 12:28:18 GMT Organization: always disorganized Lines: 15 Message-ID: <393b9cd4.16277289@news.freeserve.net> References: <%dSZ4.924$xt4 DOT 9866 AT read2 DOT inet DOT fi> <39384246 AT news DOT server DOT worldonline DOT co DOT uk> NNTP-Posting-Host: modem-85.false-clownfish.dialup.pol.co.uk X-Trace: newsg1.svr.pol.co.uk 960208099 22161 62.137.9.85 (5 Jun 2000 12:28:19 GMT) NNTP-Posting-Date: 5 Jun 2000 12:28:19 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com kontulaiset wrote: > #INCLUDE > DECLARE RETURN 0 > > INT MAIN() > { > RETURN 0; > } C++, like C, is a case-sensitive language. Rewrite your code in lowercase, and remove the nonsensical DECLARE line, and it will compile. S.