Message-ID: Date: Fri, 2 Apr 1999 14:21:22 +0100 To: djgpp AT delorie DOT com From: Shawn Hargreaves Subject: Re: Allegro getpixel problem MIME-Version: 1.0 X-Mailer: Turnpike (32) Version 4.01 Reply-To: djgpp AT delorie DOT com Jay Johnson writes: > BITMAP buffer; You should never declare a static bitmap object: these must always be obtained by calling create_bitmap(), and are referenced by pointers to a bitmap, not as the actual structure itself. -- Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ "A binary is barely software: it's more like hardware on a floppy disk."