I have a bitmap that I created with BmpCreate(). In OS 4, I can create a memory copy of the bitmap by coyping its BitmapType to memory followed by the BmpGetBits() content. Running the same program on the OS 5 simulator give strange results. In the debugger, the fields of BitmapType look completely bogus (0xFE's mostly). Using Bmp...() functions against the BitmapType works fine, but when I construct a memory copy as described, trying to use that as a BitmapType does not work in the OS 5.4 simluator. How can I reliably get the Bitmap header to pass (or for that matter save to a DB)?
-- Bill... mailto:[EMAIL PROTECTED] ringto:+1.310.748.6357 faxto:+1.206.202.0429 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
