Board index » cppbuilder » Compression code

Compression code


2005-07-08 05:43:11 PM
cppbuilder77
Hi,
I'm looking for some CPP source that will enable me to zip/unzip files such
that 1) multiple files
can be compressed into a single archive and 2) this will be unzippable by
Winzip. I am also a bit of a novice when it comes to including other
libraries so something pretty simple would be desirable.
Any directions most appreciated.
Paul
 
 

Re:Compression code

Paul Dowd wrote:
Quote
Hi,

I'm looking for some CPP source that will enable me to zip/unzip files such
that 1) multiple files
can be compressed into a single archive and 2) this will be unzippable by
Winzip. I am also a bit of a novice when it comes to including other
libraries so something pretty simple would be desirable.

Any directions most appreciated.

Paul



Take a look at the compression utilities from TurboPower that are
available for free at
sourceforge.net/projects/tpabbrevia/
HTH
 

Re:Compression code

"Paul Dowd" < XXXX@XXXXX.COM >wrote:
Quote

[...] Any directions most appreciated.
www.bzip.org/
~ JD
 

{smallsort}

Re:Compression code

"Danzer" < XXXX@XXXXX.COM >wrote in message
Quote
Take a look at the compression utilities from TurboPower that are
available for free at

sourceforge.net/projects/tpabbrevia/
I use these, and they work fairly well.
Jonathan
 

Re:Compression code

Many thanks. I did in fact find a very good free compression library, zlib
1.2.2, from www.zlib.org which seems to do all that I need (and more)
Paul
"Danzer" < XXXX@XXXXX.COM >wrote in message
Quote
Paul Dowd wrote:
>Hi,
>
>I'm looking for some CPP source that will enable me to zip/unzip files
such
>that 1) multiple files
>can be compressed into a single archive and 2) this will be unzippable
by
>Winzip. I am also a bit of a novice when it comes to including other
>libraries so something pretty simple would be desirable.
>
>Any directions most appreciated.
>
>Paul
>
>
>

Take a look at the compression utilities from TurboPower that are
available for free at

sourceforge.net/projects/tpabbrevia/

HTH