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
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent 15 years ago
..
7zAlloc.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
7zAlloc.h initial version 15 years ago
7zBuffer.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
7zBuffer.h initial version 15 years ago
7zCrc.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 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 Changed: #841 Change the wrong header in the source code 15 years ago
7zMethodID.cpp initial version 15 years ago
7zMethodID.h initial version 15 years ago
7zTypes.h Changed: #825 Remove all warning when compiling Ryzom on Linux 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 Changed: #842 Added SOVERSION property to shared libraries 15 years ago
LzmaDecode.cpp Fixed: LzmaDecode, use SizeT typedef 15 years ago
LzmaDecode.h Fixed: LzmaDecode, use SizeT typedef 15 years ago
LzmaRamDecode.cpp Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
LzmaRamDecode.h initial version 15 years ago
LzmaTypes.h Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
Makefile Fixed: all path are now relative. Only have to define $RYZOM_PATH 15 years ago
readme.txt initial version 15 years ago
seven_zip.vcproj Fixed: libc functions wouldn't be replaced by intrinsics equivalent 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