I compressed folder into the 7z archive (win gui app) and specified (in combobox) the compression method bzip2, then I tried to unpack the archive using the SzArEx_Open / SzArEx_Extract functions, but the function SzArEx_Extract() returned error code SZ_ERROR_UNSUPPORTED. Why? How I can decompress 7z containers with bzip2?
I compressed folder into the 7z archive (win gui app) and specified (in combobox) the compression method bzip2, then I tried to unpack the archive using the SzArEx_Open / SzArEx_Extract functions, but the function SzArEx_Extract() returned error code SZ_ERROR_UNSUPPORTED. Why? How I can unzip 7z containers with bzip2?
I compressed folder into the 7z archive (win gui app) and specified (in combobox) the compression method bzip2, then I tried to unpack the archive using the SzArEx_Open / SzArEx_Extract functions, but the function SzArEx_Extract returned error code SZ_ERROR_UNSUPPORTED. Why? How I can unzip 7z compressed archives using bzip2?