From: "Fred ---o0o---" Newsgroups: comp.os.msdos.djgpp Subject: Re: hard to begin Date: Mon, 26 Apr 1999 02:31:09 +0200 Organization: Cybercable Paris NewsServer Lines: 17 Message-ID: <7g0c3f$h6u$1@oceanite.cybercable.fr> References: <7g0bg5$hek$1 AT oceanite DOT cybercable DOT fr> NNTP-Posting-Host: d018.paris-6.cybercable.fr X-Trace: oceanite.cybercable.fr 925086639 17630 212.198.6.18 (26 Apr 1999 00:30:39 GMT) X-Complaints-To: usenet AT oceanite DOT cybercable DOT fr NNTP-Posting-Date: 26 Apr 1999 00:30:39 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com it's the same with : #include int main(void) { printf("Hello, world!\n"); return 0; } better code but still don't work. I get exactly the same error.