Author Topic: what compression lib to use?  (Read 598 times)

0 Members and 1 Guest are viewing this topic.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
what compression lib to use?
« on: September 17, 2014, 11:57:05 pm »
Well you probably went over kill and wrote your back up program in C++ or for whatever reason you needed a compression. I am in need of a light compression lib, preferably header only to use in a C++ project. The real functionality is zipping a folder up that includes all the files.

Any takers?
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline Spl3en

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: what compression lib to use?
« Reply #1 on: September 18, 2014, 11:14:03 pm »
You probably want to take a look at zlib if you want a well documented compression library.

If you need something quick & dirty, use IExpress command line, it is bundled with all recent Windows versions.
« Last Edit: September 18, 2014, 11:14:49 pm by Spl3en »

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: what compression lib to use?
« Reply #2 on: September 19, 2014, 10:31:36 am »
Looked at Zlib and it has minizip but it doesn't do the job for me now.
Something light, header only would do the Job with the ability to compress a whole folder; not one of adding a file to it each time.

And cross-platform too.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]