Riccardo
Riccardo
Hi! Sorry for the late reply! > I would like to write a backup program but I need to allow the user to cancel a compression / decompression / verification...
> Isn't it possible to implement cancelling/pausing/resuming/progress via callbacks somehow? With the current stable version, no, sorry. It will be possible with the next major version, though. > There could...
Sorry for the late reply! > I have tested the code provided by chaseYLC in a Windows Forms application and the program break with an "Unhandled exception". @fabri9532 I will...
Hi! > The title speaks for itself: is it possible to remove/delete items directly from existing archive? Unfortunately, no, at least with the current stable version (v3.1.4). However, it will...
Hi! First of all, thank you for sponsoring me and this project! > Since the filter *.sql can be used to only extract .sql files, I tried using !*.sql to...
Hi! Yeah, I will definitely work on porting the next bit7z version to vcpkg and other C++ package managers!
Unfortunately bit7z does not currently support this feature. However, I expect to be able to include it in the next stable version (v4.0) which is in the works.
> 1. I adjust the BufferUpdateCallback class to support many file stream compressing,which refines the class of FileUpdateCallback. The `BufferUpdateCallback` class is meant to be used when the input is...
> I found the reason why 7z couldn't multithread when I compressed multiple files. Just need to remove the setting of SOLID_ARCHIVE. >  Interesting: by default, the "solid archive"...
> Please don't do that. > > It should be the bit7z library user's responsibility to know what 7-Zip options work together. > > If I wanted to make a...