From: Robert Robbins Newsgroups: comp.os.msdos.djgpp Subject: Allegro and RGB Date: Thu, 09 Apr 1998 17:12:12 -0400 Organization: SunLink Lines: 9 Message-ID: <352D39AC.3FD60C22@sunlink.net> Reply-To: rrobbins AT sunlink DOT net NNTP-Posting-Host: wmpt026.sunlink.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, Why does the line of code RGB white = { 63, 63, 63 } cause Allegro to crash? It is from the documentation. I wish to use set_color(0, white); to set the screen background color to white after loading a bitmap. Robert Robbins