jo wrote: > Thanks. I will try it. > I am new to developing Palm application. I wonder how to use the > armlet port? Just download the .dif file?
The .diff file is a set of context diff patches to the standard (non-Palm) zlib source code. It is produced by the "diff" command, and you will need something capable of applying patches, such as Larry Wall's "patch" command. Or, if you know the format of "diff" (which you should be able to infer from looking at the output), you can just apply them by hand. (However, the patch looks too large to do this without hours and hours of work.) Once you have the source code, my guess is you need to build a PNO out of it. It appears to contain a Makefile to do that for you, which will probably only work with the PRC-tools build environment, although I suppose it's possible it might work with PODS as well. So, if you are using CodeWarrior, you will need to create your own PNO project in order to build the PNO. - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
