Did you see my last post, I have actually looked at the header of the bitmap and determined the correct data (in memory).
Wouldn't that suffice to know that I have the right information? Do you think this is a dword memory alignment issue - or something like that. That's the only difference that I've seen in memory of these two items. Please keep in mind, I'm performing this test in a VERY controlled situation, I know exactly what the bitmap is, size etc. So I know I have the right bits etc. Any additional insight would be grateful. thanks - bill "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 02:29 PM 1/29/2004, Fruber Malcome wrote: > >The bitmap is a pointer to bitmap data that was generated from our jpeg lib. > > > >Do you see anything that I may be doing wrong here? > > You aren't using the BmpGlue functions to determine the size of the > bitmap. You may be copying the right number of bytes for the actual bitmap > data, but you're missing the bytes needed for the bitmap header. > > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Palm OS programming help @ www.palmoswerks.com > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
