Hi,
I made my bitmaps to work with different Palm OS (3.1, 3.5, 4.0), but when I
run
it on m505 ROM it crashes. What is so specific about m505 ROM?
Here is the code below where it crashes:


        if((PalmOSVersion < 5)&&(PalmOSVersionMajor < 4))
                MemMove(bitmapP+1,winP->displayAddrV20, rowBytes * height);
        else
                { 
                bitmapSrs = WinGetBitmap (winP);
        >>>>>   MemMove(bitmapP,bitmapSrs,
MemPtrSize(bitmapSrs));<<<-----------m505 crashes here************
                }

Does anyone know how to distinguish m505 from others in the code??

Thank you,
Vitaly

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to