We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
I don't know if anyone here uses Power Basic 8, but I'm having a bit of a problem with displaying a bitmap from memory onto the screen. I'm trying to make a SPR (Ragnarok Online sprite) file viewer. The SPR file contains a header with info on how many frames are in the file and dimensions and size, then the actual bitmap data is RLE compressed and at the very end is the pallete info. Well I wrote a program that can read the file and decodes the bitmap data and I can create a user define type of a bitmap and set it all up with the appropriate data. So far I can save the bitmap out to a file by saving the user define type variable, but what I don't exacly know how to do is to display the bitmap to the screen, I learned a little about GDI but perhaps if anyone is familiar with Power Basic they can point me in the right direction. Thanks in advanced.