From: orvbongat AT aol DOT com (Orvbongat) Newsgroups: comp.os.msdos.djgpp Subject: HELP NEEDED ON ALLEGRO!! NNTP-Posting-Host: ladder05.news.aol.com X-Admin: news AT aol DOT com Date: 20 Aug 1999 20:26:09 GMT Organization: AOL http://www.aol.com Message-ID: <19990820162609.24654.00000345@ng-ch1.aol.com> Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Here's what i do: BITMAP *b; b = create_bitmap(32,32); for (y = 0; y < 32; y++) for (x = 0; x < 32; x++) b->line[y][x] = 12; draw_sprite(screen,b,0,0); BOOM it crashes after that. Can anyone help???