Answered by:
API for extraction of files from an zipped folder

Question
-
I need a api code in C++ for extraction of files from an zipped folder.Friday, April 6, 2012 10:10 AM
Answers
-
I need a api code in C++ for extraction of files from an zipped folder.
I have used Info-ZIP:
http://www.info-zip.org/
David Wilkinson | Visual C++ MVP- Proposed as answer by BenoitRoosens Friday, April 6, 2012 12:29 PM
- Unproposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Proposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Marked as answer by Helen Zhao Friday, April 13, 2012 3:31 AM
Friday, April 6, 2012 10:20 AM -
There is no API from Microsoft, Microsoft's license from PKZip does not cover its customers.
You can, however, find many zip implementation in open source libraries. You probably want to check if your software's license modal is compatible first before selecting one.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Proposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Marked as answer by Helen Zhao Friday, April 13, 2012 3:31 AM
Saturday, April 7, 2012 7:02 PM
All replies
-
I need a api code in C++ for extraction of files from an zipped folder.
I have used Info-ZIP:
http://www.info-zip.org/
David Wilkinson | Visual C++ MVP- Proposed as answer by BenoitRoosens Friday, April 6, 2012 12:29 PM
- Unproposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Proposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Marked as answer by Helen Zhao Friday, April 13, 2012 3:31 AM
Friday, April 6, 2012 10:20 AM -
There is no API from Microsoft, Microsoft's license from PKZip does not cover its customers.
You can, however, find many zip implementation in open source libraries. You probably want to check if your software's license modal is compatible first before selecting one.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Proposed as answer by Helen Zhao Monday, April 9, 2012 7:04 AM
- Marked as answer by Helen Zhao Friday, April 13, 2012 3:31 AM
Saturday, April 7, 2012 7:02 PM