fabri9532

Results 7 comments of fabri9532

Thank you! Riccardo. Fabrizio.

I have already put the compression/decompression/verification code in a separate thread but I think the solution of killing the thread is not for me. Also, I used the "std::packaged_task" which,...

A method to pause compression/decompression/verification may also be useful, because, if a message confirming the cancellation of the operation is displayed to the user, the current operation can be paused...

I have tested the code provided by chaseYLC in a Windows Forms application and the program break with an "Unhandled exception".

Tested with: catch (const std::runtime_error& ex) Same result.

Hi vladimir-kraus, I tested the code not with bit7z::BitExtractor but with bit7z::BitCompressor. My application is a Windows Forms application running on VC++ 2017. My compress code run in a separated...

If I prepend "\\\\?\\" it works properly. If this behavior is normal, I think, if I don't prepend "\\\\? \\" and there is a paths longer than 259 characters, bit7z...