On Wed, Aug 13, 2003 at 02:10:48PM -0700, Khaki Wizard wrote: > Nice finding. > > I also searched the old archives and somebody suggests > use BmpCreate to get bitmap memory as "malloc", which > can be larger than 64KB. > > All kinds of tricks!
If you're going to rely on that kind of unsupported behavior, you might as well bypass BmpCreate and call MemChunkNew directly. Neither method is likely to be guaranteed to work under later versions of PalmOS, but at least the latter is cleaner. -- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL Dave is currently listening to Elvis Costello - Imagination (Is A Powerful Deceiver) (My Aim Is True) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
