Click here to Skip to main content
15,886,648 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, does anyone have source code for GZIP running under windows visual studio 2010 or 2012?
Posted

1 solution

Of course, but it's C, not C++: http://www.gnu.org/software/gzip/[^], http://www.gzip.org/[^].

Nevertheless, you can compile this code in a C++ project. Unfortunately, there are no MSBuild project files, you have to make one by yourself.

However, GZIP implementation is included in boost, which is a C++ set of libraries. Please see:
http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/home.html[^].

[EDIT]

A almost forgot! There is another open-source product which supports GZIP immediately, written in C++. This is the famous 7-zip:
http://en.wikipedia.org/wiki/7-zip#Other_supported_formats[^],
http://www.7-zip.org/[^].

Chances are, you can even use it as is. Of course, it can be run in console-only form. I would prefer 7-zip to anything else.

—SA
 
Share this answer
 
v5
Comments
Alistair Budd 12-Feb-13 19:13pm    
Thanks, Are you interested in getting paid to do this for me? If so how much?
I need this written for a web server, so must be GZIP
All memory requested must use my procedure "FastMem.Alloc" , "FastMem.Free"
It must be written in Visual Studio c++ 2010 as a console app, using one class as source if possible.
The code will be inserted into the code getting developed.
Sergey Alexandrovich Kryukov 12-Feb-13 19:39pm    
Why? You can dig out the code from available source...
—SA
Alistair Budd 12-Feb-13 19:43pm    
Busy with the project at the moment, easier to pay someone to do it. My company will pay. I also need SSL Certificates for server. All in C++
Sergey Alexandrovich Kryukov 12-Feb-13 19:49pm    
I think you can find someone closer to you; not a rocket surgery... and this is a wrong site for hiring...
—SA
Albert Holguin 13-Feb-13 18:03pm    
He went from asking a question to offering you money to do it... guess he gave up rather easily...lol

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900