Lines Matching refs:Zip
8 in 7-Zip compression program (www.7-zip.org). LZMA provides high
56 7zr.exe - 7-Zip with 7z/lzma/xz support.
88 7zip - files related to 7-Zip Project
90 Common - common files for 7-Zip
116 Common - some common files for 7-Zip
131 C/C++ source code of LZMA SDK is part of 7-Zip project.
132 7-Zip source code can be downloaded from 7-Zip's SourceForge page:
278 7-Zip commands (example for ARM code):
578 If you use some C++ code folders in 7-Zip (for example, C++ code for .7z handling),
580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator.
581 So 7-Zip uses "CPP\Common\NewHandler.cpp" that redefines "new" operator:
591 7-Zip catches any exception in internal code and converts it to HRESULT code.
592 So you don't need to catch CNewException, if you call COM interfaces of 7-Zip.