ZLib for Palm

2003-03-21 Thread Dan Patrutiu
- Has anyone used the ZLib shared library for Palm? How fast is it? - Let's say I have a database of 2 megabytes which can be zipped to 1.5 megabytes. When I'll decompress and read the data, how fast will this operation be, compared to reading uncompressed data? Is it worth to use ZLib on this kin

RE: ZLib for Palm

2003-03-21 Thread Danny Wong
[mailto:[EMAIL PROTECTED] Behalf Of Dan > Patrutiu > Sent: Friday, March 21, 2003 7:23 AM > To: Palm Developer Forum > Subject: ZLib for Palm > > > - Has anyone used the ZLib shared library for Palm? How fast is it? > > - Let's say I have a database of 2 megabytes whi

Re: ZLib for Palm

2003-03-24 Thread Dan Patrutiu
. Here is our site > > www.toysoft.ca > > regards, > > danny > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Dan > > Patrutiu > > Sent: Friday, March 21, 2003 7:23 AM > > To: Palm Developer Forum > >

Using ZLib for Palm

2003-03-31 Thread Dan Patrutiu
Whenever I try to compress a block with ZLibcompress2, the reported error is -5 (Z_BUF_ERROR). I correctly find, load and open the library, the reference number is setting to the appropriate value, but the result is always -5 on both compress and decompress. What may I be wrong ? The code is:

implementaion of zlib for palm for zipping of files

2001-09-18 Thread v v
greetings! We have bunch of prcs and i would like to bundle them together.Has anyone implemented the "zlib" used in zipping of files in palmos.Any code sample would be of great help. I found a library here but i could not manage with it. http://www.gzip.org/zlib/index.html Thanks. Palmg

Re: implementaion of zlib for palm for zipping of files

2001-09-18 Thread Ben Combee
"v v" <[EMAIL PROTECTED]> wrote in message news:62833@palm-dev-forum... > > greetings! > We have bunch of prcs and i would like to > bundle them together.Has anyone implemented the "zlib" > used in zipping of files in palmos.Any code sample > would be of great help. > I found a library he

Re: implementaion of zlib for palm for zipping of files

2001-09-21 Thread tz
On Wednesday, September 19, 2001, at 02:32 AM, v v wrote: > greetings! > We have bunch of prcs and i would like to > bundle them together.Has anyone implemented the "zlib" > used in zipping of files in palmos.Any code sample > would be of great help. > I found a library here but i could