exactly, when I call getbits on the good one, the data is valid, the call on the bad one isn't.
Now that I know this, how can I copy the entire bitmap into the storage heap. I know that I can call GetDataBits on the good one, and copy bits from it. But I can't call GetDataBits on the new one since we must use DmWrite instead of memmove. What I'll try now is writting each section at the time, and just offsetting what I need to, I'll hope that works. (e.g. Header, then colortable, then the data.) thanks - bill (since DMWrite takes in "SLO Revo News" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >I did reply to Ben in another message (above this one) with more details. > >Any help would be appreciated. > > You might want to try comparing the header AND the bits of both > images AND all their parameters, using the BmpGet.... functions. > Clearly something is different between the two. > > Regards, > Steve Mann > -- > SLO Revo, Inc. > 1315 Palm Street, San Luis Obispo, CA 93401-3117 > ------------------------------------------- > 805.784.9461, 805.784.9462 (fax) > http://www.slorevo.com > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
