Unzip a file through VC++
-
Hello, I would to know if there is a funtion that allow me to Unzip a file through VC++. Thanks for help. R.G
try searching the site... http://www.codeproject.com/cpp/zip.asp ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
-
try searching the site... http://www.codeproject.com/cpp/zip.asp ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
-
Thanks ! But I would like to know if there are a simple MFC function to uncompress a file zip.
no. -Jack Mott jackm@scalablesoftware.com
-
try searching the site... http://www.codeproject.com/cpp/zip.asp ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
I prefer the SawZip ATL Control by Franky Bream. It is easier to use, IMHO, and does not require a license. --- Multitasking: Screwing up several things at once.
-
Hello, I would to know if there is a funtion that allow me to Unzip a file through VC++. Thanks for help. R.G
No, but there is a free library called ZLIB that will help you. There is also free ActiveX controls around, even one on codeproject called SawZip that will do it. And finally I have a few c++ classes on my web site that could do help you. www.codeproject.com/atl/sawzip.asp www.gzip.org/zlib/ www.viksoe.dk/code (last item in c++ section) Bjarke Viksoe My code at: www.viksoe.dk/code
-
No, but there is a free library called ZLIB that will help you. There is also free ActiveX controls around, even one on codeproject called SawZip that will do it. And finally I have a few c++ classes on my web site that could do help you. www.codeproject.com/atl/sawzip.asp www.gzip.org/zlib/ www.viksoe.dk/code (last item in c++ section) Bjarke Viksoe My code at: www.viksoe.dk/code