Zip Lib for CF 1.1

G

Groghz

Hello,

I'm looking for a free zip component working with the cf 1.1 (my
purpose is to compress a network stream)

#ziplib seems to require cf 2.0.

Any idea ?

thanks in advance.
 
A

Alejandro Mezcua

Hola,

You can download #ziplib's code and add it to your project. I'm pretty sure
it works with cf 1.1 if my memory doesn't fail me...

Cheers

Alejandro Mezcua
MVP .NET Compact Framework
http://www.byteabyte.net/
 
P

Patrick Steele

Hello,

I'm looking for a free zip component working with the cf 1.1 (my
purpose is to compress a network stream)

#ziplib seems to require cf 2.0.

Any idea ?

The SharpZipLib
(http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx)
definitely works on 1.1, but do some searching and dig up version 0.81.

I used SharpZipLib in a project about 9 months ago and (at the time),
version 0.84 was the most current but it had a bug that caused an
exception when trying to unzip. If you hunt around for version 0.81 and
find it, you'll be all set.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top