Path: chuka.playstation.co.uk!news From: "Nigel Critten" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Please help me - I'm desperate!!! Date: Wed, 10 Nov 1999 21:30:28 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 22 Message-ID: <80co41$2d47@chuka.playstation.co.uk> References: <80cl8b$2d46@chuka.playstation.co.uk> NNTP-Posting-Host: gameware.demon.co.uk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 can you get a simple Hello World program to compile? #include "stdio.h" main () { printf("Hello World\n"); } Now that program works for me in DJGPP and Visual C++. Makefiles are a mystery all their own, look at the DJGPP help files or get a good C book like "The C Programming Language" By Brian W.Kernighan and Dennis M.Ritchie... it covers ANSI C and not anything mangled by Microsoft. BTW did you download rhide the IDE for DJGPP, it's all dos based but it puts many Windows efforts to shame... Nigel