I did as you suggested and it works (under OS3.5, with Pose 3.5). So header and data, under OS5, are not contiguous, and a ref to the data is embedded in the header (as should be). So, how do I "fix" that? I don't think there is any call to join header and data, and I am not "supposed" to access bitmap internals under 5+. The only alternative I see is for me to just save those data bits, forget about the header, and write my own compression library (compression is not an option; this app generates too many bitmaps).
Thanks for your help, Alex "SLO Revo News" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >Dimensions of bitmap to save were 160 & 160. Now, > >BmpGetDimensions gives dimensions of -258 and -258, > >and rowBytes of 65278! > > > >Am I dreaming? > > Probably not. :-) Seems your record save code needs to be examined a > bit more closely. > > Why not try a simpler case (POSE, OS < 5.X) where you don't have > separate header and bit chunks and see what happens? Also, don't do > any compression (use a bitmap < 64K). > > Regards, > Steve Mann > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
