From: "Attala" Newsgroups: comp.os.msdos.djgpp Subject: Newbie Date: Wed, 3 Feb 1999 19:39:19 +0100 Organization: Tele2 Norway Public Access Lines: 13 Message-ID: <79a5a4$2bk$1@romeo.dax.net> NNTP-Posting-Host: mp-217-240-21.daxnet.no X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've got a problem. I have made a simple program which displays a picture. The problem is that it only works with 8 bit bmp's. What am I doing wrong? Do I have to do something special to make it support higher modes than 8 bit? I don't get any errors when I run the program, it just doesn't display the picture right. I am using the Allegro library. Thanks...