Message-Id: <200006051626.TAA29413@mailgw1.netvision.net.il> Date: Mon, 05 Jun 2000 19:24:35 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: "kontulaiset" CC: djgpp AT delorie DOT com In-reply-to: (fam.kontulainen@pp1.inet.fi) Subject: Re: Vs: Vs: problems...anyone can help me? References: <%dSZ4.924$xt4 DOT 9866 AT read2 DOT inet DOT fi> <39384246 AT news DOT server DOT worldonline DOT co DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "kontulaiset" > Date: Mon, 05 Jun 2000 12:14:36 GMT > > #INCLUDE > DECLARE RETURN 0 > > INT MAIN() > { > RETURN 0; > } > > THIS KIND OF PROGRAM AND > Compiling: moi2.c > moi2.c(1) Error: undefined or invadil #directive In addition to rewriting this in lower case, you need to rename the file to moi2.cc or moi2.cpp; otherwise the compiler will think it's a C program. See section 8.5 of the DJGPP FAQ list for more about this.