> > MemMove((UInt8 *)((UInt32)bmpP + (UInt32)headersize), myData, datasize); > > Use BmpGetBits(bmpP) instead of calculating the bits offset manually.
pre OS5 devices used to guarentee that the bits were directly referenced after the header - however, this changed on OS5 and hence the required use of BmpGetBits() to actually access the data. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
