Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C

LiteZip and LiteUnzip

Rate me:
Please Sign up or sign in to vote.
4.82/5 (54 votes)
7 Aug 2008LGPL312 min read 475.4K   6K   154  
Easy to use, small-footprint DLLs to let your app create zip archives, and extract the contents of them. Useful for C, C++, VB, and other languages. Works for Win32 and Linux
This directory contains the source code, and Microsoft Visual
C++ (4.0 or better) project files, to create the LiteUnzip.DLL
file. This is the DLL that contains functions to extract (ie, unzip)
the contents of a ZIP archive.

For Linux, run the "makefile" with GNU's make. For Windows, open
the LITEUNZIP.mdp Visual Studio Workspace.

When testing the examples, it is assumed that you will copy the DLL
and .LIB files to the "Zip" root directory.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions