7-zip 21.06 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
21.06 2021-11-24
- The window "Add to Archive" now allows to set a limit on memory usage (RAM)
that will be used for compressing. - New switch -mmemuse={N}g / -mmemuse=p{N} to set a limit on memory usage (RAM)
for compressing and decompressing. - Bug in versions 21.00-21.05 was fixed:
7-Zip didn't set attributes of directories during archive extracting. - Some bugs were fixed.
See also https://sourceforge.net/p/sevenzip/discussion/45797/thread/b463f34259/
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.EXE"' : return code '0x460'
Stop.