Re: PALMDEV: zlib question

2004-11-22 Thread Fabio dos Reis Costa
Ok Justin I compress .PDB in another PDB in windows, then I create a new .PDB using PAR utility and send new .PDB to palm, but when call INFLATE database the palm stay in looping, so I must to reset my palmtop... After I reset I see header of my uncompressed database created, but without

Re: PALMDEV: zlib question

2004-11-19 Thread Fabio dos Reis Costa
Hi thank's for example Another question: If I compress a .PDB in Windows using ZLIB and rename the compressed file to .PDB and syncronize compreesed database in PALM I will get sucess do decompress with SYSZLIB??? If no, what is the best way to compress in windows, send to PALM and decompress

Re: PALMDEV: zlib question

2004-11-19 Thread Justin Clark
If I compress a .PDB in Windows using ZLIB and rename the compressed file to .PDB and syncronize compreesed database in PALM I will get sucess do decompress with SYSZLIB??? You can't just rename a file to PDB, it has to be in the PDB format. If your data is less than 64K compressed, the

Re: PALMDEV: zlib question

2004-11-18 Thread Justin Clark
Take a look at my sample app here: http://www.copera.com/deflater which uses SysZLib to compress/decompress databases. -Justin Clark Copera, Inc. [EMAIL PROTECTED] Fabio dos Reis Costa wrote: I need to compress a Database PDB in PALM, I have syszlib.prc and syszlib.h but I don't understand how to