You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/ryzom/client/src/seven_zip
acemtp@users.sourceforge.net d5c601ffa5 initial version 15 years ago
..
7zAlloc.cpp initial version 15 years ago
7zAlloc.h initial version 15 years ago
7zBuffer.cpp initial version 15 years ago
7zBuffer.h initial version 15 years ago
7zCrc.cpp initial version 15 years ago
7zCrc.h initial version 15 years ago
7zDecode.cpp initial version 15 years ago
7zDecode.h initial version 15 years ago
7zExtract.cpp initial version 15 years ago
7zExtract.h initial version 15 years ago
7zHeader.cpp initial version 15 years ago
7zHeader.h initial version 15 years ago
7zIn.cpp initial version 15 years ago
7zIn.h initial version 15 years ago
7zItem.cpp initial version 15 years ago
7zItem.h initial version 15 years ago
7zMain.cpp initial version 15 years ago
7zMethodID.cpp initial version 15 years ago
7zMethodID.h initial version 15 years ago
7zTypes.h initial version 15 years ago
BranchTypes.h initial version 15 years ago
BranchX86.cpp initial version 15 years ago
BranchX86.h initial version 15 years ago
CMakeLists.txt initial version 15 years ago
LzmaDecode.cpp initial version 15 years ago
LzmaDecode.h initial version 15 years ago
LzmaRamDecode.cpp initial version 15 years ago
LzmaRamDecode.h initial version 15 years ago
LzmaTypes.h initial version 15 years ago
Makefile initial version 15 years ago
readme.txt initial version 15 years ago
seven_zip.vcproj initial version 15 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.



This is an extract of some files from the 7zip SDK.

At time of writing (2007-01-12) there is no dll or library project in the 7zip 
distribution (lzma443), so I build a custum project and copied in the 7zip 
files needed to do 7zip/lzma extraction.

To update this library, download the latest 7zip SDK and copy all file from 
	<lzma-sdk>/C/7zip/Archive/7z_C
for the 7zip archive file format support

and the 3 files needed from 
	<lzma-sdk>/C/7zip/Compress/LZMA_C 
	(lzmaDecode.h lzmaDecode.cpp lzmaTypes.h)
for the lzma decrompression lib.


NB : If callback support must be enabled, add "#define _LZMA_IN_CB" in 
	7zTypes.h