Hello from Japan,

> I also have tested the PZ 0.6, 0.7 and 0.71 that use ZLIB.
> This is a good Compressor and Decompresor,

Thank you.

> but when I tried to decompress the 14400 records, it crashes.

14400 records...  When pz compress/decompress, it allocates an
array of RecordEntryType (8 bytes) or RsrcEntryType (10 bytes)
in dynamic heap.  If it's a data database, 8 * 14400 = 112 kB,
which exceeds 64kB limit of a memory chunk...

By the way, pz can be downloaded from:
    http://www.sra.co.jp/people/hoshi/palmos/pz.html

hoshi

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

Reply via email to