siberianstar
Joined: 22 Jun 2006 Posts: 70
|
Posted: Thu Jun 22, 2006 9:28 pm Post subject: Put bitmap on the screen |
|
|
Hello,
I've a bitmap header like this:
BITMAPV4HEADER *header;
and the BITMAP image data ex:
BYTE *image;
How can i put this image on the display ?? |
|