Hi... Thanks for the advice. I would really appriciate if you can give me a hint on how to do this with ZLib. (i.e. to link the library so there is no extra library file to be distributed with the app.)
I tried to find some examples no this, but I was unsuccessful in it :( thanks regards > > From: Pietro F. Maggi [mailto:[EMAIL PROTECTED]] > > The Zlib you are using is a shared libraries, you have to load > > the library and then call the function you need as shown in the > > examples included in the library. > > Of if you prefer linking to a static library, the zlib source code does > build successfully as a static library in CodeWarrior. You'll > probably find > this ends up smaller than the separate shared library version, > and of course > is easier to distribute since there is no extra library file. > > -slj- > > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
