Gzip support in Symbian

Login to reply to this topic.
Mon, 2005-01-03 12:16
Joined: 2004-12-30
Forum posts: 25
Hello!

Is there any support for gzip format in Symbian?

I have to port an application (written in Win32 C++) that uses the zlib library to Symbian C++.

URL zlib: http://www.gzip.org/zlib/

Thank you very much Smiley

Happy NewLC Year!

Mon, 2005-01-03 13:41
Joined: 2004-11-29
Forum posts: 23
Gzip support in Symbian
I've found zlib.h in include directory. There are some more, but I don't know whether they are documented or not.
Mon, 2005-01-03 15:38
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2029
Gzip support in Symbian
Symbian OS includes support for the ZLib library (search for ezlib.h in your SDK include directory and link with ezlib.lib).

The Gzip format is not directly supported as is so you have to add it by yourself (but I think this is available somewhere on the net).

Eric

Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2005-01-04 11:52
Anonymous (not verified)
Forum posts: 2043
Gzip support in Symbian
Quote from: eric
Symbian OS includes support for the ZLib library (search for ezlib.h in your SDK include directory and link with ezlib.lib).

The Gzip format is not directly supported as is so you have to add it by yourself (but I think this is available somewhere on the net).

Eric

Thanks Wink

I have found a port of zlib to Symbian here:

http://my-symbian.com/7650/applications/applications.php?faq=9&fldAuto=905

Good bye Smiley
  • Login to reply to this topic.