"Marcin" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] <snip> > So, conclusion was to use "jdpalm" library. > I must admit, that it's a great lib, but now i have to make the > decompression much faster.
<snip> jcpalm and jdpalm where my small contribution to this comunity. I'm glad you like it. Most of the work had already been done by Harold Howe. I just made some corrections in jcpalm and completed the porting to a shared library of jdpalm. I also realy like the fact that it compress/decompress line by line. I never took the time to investigate the porting to pno (and also I have no experience in pno) but there are already some pno library ports avaliable. I think it would be simpler to adapt one of those to compress/decompress line by line than to completely port jcpalm and jdpalm to pno. One thing you must keep in mind: If, like in my case, you need your application to run on both pre-ARM devices and on ARM devices you will need to be able to use both your library version (68k and pno) in your application. A 68k code can run in both cases but a pno code will only work on ARM devices If you do come up with some thing interesting in pno, I would like to know. I could probably use it also. -- Regis St-Gelais www.laubrass.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
