Reply-To: From: "Arthur" To: "DJGPP Mailing List" Subject: RE: allegro rectfill problem.. Date: Tue, 4 Aug 1998 14:22:26 +0100 Message-ID: <000701bdbfaa$ec2d9e00$ec4b08c3@arthur> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Importance: Normal In-Reply-To: <01bdbf51$e6ea1a80$ddba56d1@livivie.pinecrest.edu> Precedence: bulk > ok, i'm having this problem with allegro's rectfill function.. > > i do this: > BITMAP *bmp; > cwhite=makecol(255,255,255); > rectfill(bmp,1,1,10,10,cwhite); > > and i get a return of 255 from the program and a sigsev saying that its > shutting down allegro. i am sure its that particular line, so whats wrong > with it? Have you used create_bitmap()? Otherwise you're just writing onto an unknown area of memory. James Arthur jaa AT arfa DOT clara DOT net ICQ#15054819