Page 1 of 2

ZIP library

Posted: Thu Dec 05, 2024 11:02 am
by rdonnay
What .ZIP libraries are people using for Xbase++ 2.0 these days?

Re: ZIP library

Posted: Thu Dec 05, 2024 2:19 pm
by Wolfgang Ciriack
I still use XbZLib.

Re: ZIP library

Posted: Thu Dec 05, 2024 11:22 pm
by SlavkoDam
PowerUtl library have all ZIP archive functions, and much more.

Re: ZIP library

Posted: Fri Dec 06, 2024 12:08 am
by Tom
We still use AddZip, still works.

Re: ZIP library

Posted: Fri Dec 06, 2024 1:07 am
by skiman
Still xbzlib without any problems.

Re: ZIP library

Posted: Fri Dec 06, 2024 2:44 am
by k-insis
Client side with Shell.Application object ; uses Windows OS integrated zip routines ; UTF file naming and UNC support is solid; good UI feedback for end user .

On server side zip from info-zip OSS project.

Re: ZIP library

Posted: Fri Dec 06, 2024 3:00 am
by Tom
I was wrong. We changed to the zip capabilities of Chilkat, which is an unbelievable excellent tool anyway. https://www.chilkatsoft.com/refdoc/xChilkatZipRef.html

Re: ZIP library

Posted: Fri Dec 06, 2024 7:13 am
by rdonnay
We changed to the zip capabilities of Chilkat,
I like that idea. I use Chilkat for lots of other stuff.
Thanks, everyone, for so many responses.

Re: ZIP library

Posted: Fri Dec 06, 2024 8:10 am
by Tom
I like that idea.
Chilkat supports asynchronus zipping, heavy encryption and other good stuff, and it's very fast.

Re: ZIP library

Posted: Fri Dec 06, 2024 10:18 pm
by Auge_Ohr
hi Roger,

since Windows XP it include using ZIp Files which use Copyhere API.
as Windows canĀ“t create Crypt -ZIP Files or use Password for ZIP Files same is when using COM Object.