Click here to Skip to main content
15,892,804 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 474.8K   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 a very simple C console application
that uses the LITEUNZIP.DLL to unzip the contents of a ZIP
archive embedded as a resource in the EXE. The contents are
unzipped to memory.

In other words, simple_res.zip is embedded in UnZipResource.exe's
resources as a binary resource. It is unzipped to a memory
buffer. If you were writing an installer, you would likely
write that buffer to disk in your installation 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