Click here to Skip to main content
15,885,278 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 467.5K   6K   153  
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
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by LiteZip.rc
//

#define ZR_NOFILE     1
#define ZR_NOALLOC    2
#define ZR_WRITE      3
#define ZR_NOTFOUND   4
#define ZR_MORE       5
#define ZR_CORRUPT    6
#define ZR_READ		 7
#define ZR_NOTSUPPORTED 8
#define ZR_ARGS       9
#define ZR_NOTMMAP    10
#define ZR_MEMSIZE    11
#define ZR_FAILED     12
#define ZR_ENDED      13
#define ZR_MISSIZE    14
#define ZR_ZMODE      15
#define ZR_SEEK       16
#define ZR_NOCHANGE   17
#define ZR_FLATE      18
#define ZR_PASSWORD  19
#define ZR_ABORT  20
#define IDS_OK        21
#define IDS_UNKNOWN   22

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        101
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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