ZIP library
ZIP library
What .ZIP libraries are people using for Xbase++ 2.0 these days?
The eXpress train is coming - and it has more cars.
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: ZIP library
PowerUtl library have all ZIP archive functions, and much more.
Best regards,
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs
Re: ZIP library
We still use AddZip, still works.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: ZIP library
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.
On server side zip from info-zip OSS project.
Re: ZIP library
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
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: ZIP library
I like that idea. I use Chilkat for lots of other stuff.We changed to the zip capabilities of Chilkat,
Thanks, everyone, for so many responses.
The eXpress train is coming - and it has more cars.
Re: ZIP library
Chilkat supports asynchronus zipping, heavy encryption and other good stuff, and it's very fast.I like that idea.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: ZIP library
hi Roger,
since Windows XP it include using ZIp Files which use Copyhere API.
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.Summary: Invoke the shell as a COM object to zip a file
Description: See MSDN for details
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
https://msdn.microsoft.com/de-de/librar ... s.85).aspx
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
greetings by OHR
Jimmy
Jimmy