On 1/19/07, Horace Ho <[EMAIL PROTECTED]> wrote:
The problem is how can I store a bitmap efficiently? Any chance I can FtrPtrNew some memory and store what is returned by BmpGetBits? Or there is a better way?
did you try this? :) already solved it yourself before you hit the send button. but to answer your question; yes. it will work. you can either use a feature memory pointer, or create a large resource in a database on the storage heap. FtrPtrNew() is cleaner - a database of type/creator 'a68k/a68k' will be stored in the DbCache on NVFS devices - and will never be cached. -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
