From: "Dave Nicholson" Newsgroups: comp.os.msdos.djgpp Subject: Allegro help Date: Sun, 8 Oct 2000 12:14:59 +0100 Organization: BT Internet Lines: 19 Message-ID: <8rpl8c$lni$1@neptunium.btinternet.com> NNTP-Posting-Host: host62-6-101-172.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Can anyone help? I'm using DJGPP and Allegro at the moment but when I make a program all that gets shown is a blank screen. I've seen it work once but never again. Anyone know why? Heres the code. #include #include int main() { allegro_init(); cout << "Ready. Beep." << endl; return 0; } Cheers. Dave.