Problem solved, It was stupid of me, but I was using BmpCreate for all of this, I wrote my own BmpCreate and it all works.
I didn't realize that although the two pointers looked alike, the primary difference was the the data was indirect, therefore pointing to some other memory location. I create my own now and it all works. thanks for the help. 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/
