Question:
Hello,
I'm using ckZip library to decompress a set of files.
Is there any way to check the decompression progress?
Assuming this is C++? See https://www.chilkatsoft.com/refdoc/vcCkZipDoc.html#eventsOverview
In general, the online reference documentation includes information about event callbacks for those programming languages where it's possible. For a given class, such as https://www.chilkatsoft.com/refdoc/vcCkZipRef.html, in the left rail, scroll down to the bottom. You'll see the "Events" section.
Also... don't forget Google. Just Google "unzip progress ckzip"
Thanks for the quick reply!
The documentation is not very clear for me.
In this link: https://www.chilkatsoft.com/refdoc/vcCkZipDoc.html#eventsOverview
The class MyZipProgress is created without any body (*.cpp) for the methods. How can it be compiled?
Do you have an example of how it can be implemented?