bit7z icon indicating copy to clipboard operation
bit7z copied to clipboard

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.

Results 53 bit7z issues
Sort by recently updated
recently updated
newest added

### Feature description ![image](https://github.com/rikyoz/bit7z/assets/48552037/79a513a3-a4d2-4763-8972-b5728440d64b) I need to convert character encoding from native to UTF8. But I found that the input parameters std::map and std::vector behave differently. When examining the source...

### bit7z version 4.0.x ### Compilation options BIT7Z_7ZIP_VERSION ### 7-zip version v23.01 ### 7-zip shared library used 7z.dll / 7z.so ### Compilers Clang ### Compiler versions _No response_ ### Architecture...

🐞 bug

### Feature description When compressing a very large folder, calling the compress function can take a long time and it will exit when an error is output. Is it possible...