John Gruenenfelder wrote:
Unfortunately, at 308 bytes per item, the index is limited to ~210 total items before the 64K allocation limit is reached.
forget about limit, you can use MemGluePtrNew from glue library with which you can allocate more then 64kb in one block and it works from palmos 3.5
or you can use code taken from pdn.palm.com, its setting of some flags, it also allows you to allocate more then 64kb in one block
and you also can store such big blocks as resources or records in databases, problem is that with such databases hotsync will fail so backup with hotsync, pilot-tools etc. is not possible
-- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
