Riccardo
Riccardo
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Implemented in [v4.0.0](https://github.com/rikyoz/bit7z/releases/tag/v4.0.0).
Hi! Could you provide some sample code to replicate the issues you described? > If compressed memory variables are used for decompression, the directory where the program is located will...
Thanks for the further details! I was able to replicate the issue; I'm working on a fix. Implementing it might take some time, as it will likely require a bit...
Hi @psvajaz! Yesterday, I pushed a commit to the `hotfix/v4.0.5` branch that should fix the issue. If you can test it, it would really be helpful! Thank you in advance!
Ok, so the fix was only partial. Thanks for the further tests! > The compressed file cannot be loaded properly in the file system of FAT32 or exFAT, causing the...
@psvajaz I just pushed a commit to the branch `hotfix/v4.0.5` with a workaround for the bug. Now, you can pass the `BIT7Z_DISABLE_USE_STD_FILESYSTEM` option when configuring bit7z. This will force the...
Hi! > I hope that during compression, the save creation and access times can be set like FM Creation and access times should already be stored in the output archive...
Hi! > I just confirmed that war is a Java encapsulation format for the web, and the actual file format is zip yeah, in the case of `.war` files, it...
Hi! Could you give me more details on the error you are experiencing? What exception message is the library throwing, if any? Thank you!