Hi,

I'd like to know how correctly create HiRes bitmap...

The only way I have found is:

  lores=BmpCreate (...);
  hires=BmpCreateBitmapV3 (lores, ...);
  BmpDelete (lores);
  // working with bitmap
  // ...
  BmpDelete (hires);

Is there other way without creating lores bitmap?
Or am I understanding it incorrectly?

Thanks,
Hynek Sladky

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

Reply via email to