Message-Id: <199910010034.UAA19309@delorie.com> From: "Dan Gold" To: Subject: Re: Creating Allegro Bitmap from Binary Data Date: Fri, 4 Jan 1980 22:09:23 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com A bitmap is binary data, all you need to do is copy the memory and make sure you know the bpp. If you need to put it in a bitmap struct, create a bitmap and assign the memory in the bitmap to the memory you copied. from ((--Dan|Gold--))