On Tue, 28 May 2002, Idries Hamadi wrote: > Ah ha! I've just noticed that my src bitmaps were being compressed by pilrc. > DOH! Things are faster now (11-12fps using the API). This is probably not > fast enough though, so I'll be writing a blitter anyway.
well, using WinDrawBitmap() is really suicide :) i wouldn't use that if Palm paid me :P heh.. try creating an offscreen window for your bitmaps and use WinCopyRectangle() to transfer :) then, you can still have compression :) // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
