From: "Fredrik Persson" Newsgroups: comp.os.msdos.djgpp Subject: re: palette newbie quest Lines: 27 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 Message-ID: Date: Tue, 23 May 2000 17:59:57 GMT NNTP-Posting-Host: 62.20.164.161 X-Complaints-To: abuse AT telia DOT com X-Trace: newsb.telia.net 959104797 62.20.164.161 (Tue, 23 May 2000 19:59:57 CEST) NNTP-Posting-Date: Tue, 23 May 2000 19:59:57 CEST Organization: Telia Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi im just wondering how to go about loading and displaying a bitmap on the screen? i`ve tried the foolowing but i have no idea how it should be and cant find it anywhere.. void start() { allegro_init(); install_keyboard(); set_gfx_mode(GFX_VGA, 320, 200, 0, 0); PALETTE p; //RGB *p; set_palette(p); screen=load_bitmap("drop.bmp",p); readkey(); allegro_exit(); } i would be very grateful for a quick respons!!! Thanx /Fredrik