Hello,

> ZLIB is available for Palm platform.

I'm also using zlib in my archiver named "pz", found at:
    http://www.sra.co.jp/people/hoshi/palmos/pz.html

It's staticaly linked, and not using GLib version because I
- don't want to have separate library, and
- modified zlib to use crc32 instead of adler, for compatibility
  with zip/gzip.  (I'm working on zip file downloader...)

zlib is an excellent library, but I think it's too big and slow
to use on things like bitmaps.

hoshi

Reply via email to