Archived Forum Post

Index of archived forum posts

Question:

Check unzip progress with ckZip

May 23 '16 at 02:46

Hello,

I'm using ckZip library to decompress a set of files.

Is there any way to check the decompression progress?


Answer

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.


Answer

Also... don't forget Google. Just Google "unzip progress ckzip"


Answer

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?