|
Post by Simon Page on Dec 21, 2004 17:06:02 GMT -5
Browsing through this forum I see several minor fixes listed, are these included in the current downloads?
|
|
|
Post by Kevin on Dec 24, 2004 11:50:36 GMT -5
There are still some fixes that need to be published. I plan to work on making those available next week.
Kevin
|
|
|
Post by Petko on Jan 3, 2005 11:54:33 GMT -5
Will these fixes include the zLib 1.2.2 update?
|
|
|
Post by Kevin on Jan 5, 2005 22:31:32 GMT -5
Yes, they will. I am working on a few last things right now and will have the new stuff out there this weekend, possibly just as a zip file with the new .pas files and the 1.2.2 object files too, to start with.
Kevin
|
|
|
Post by Kevin on Jan 9, 2005 23:02:20 GMT -5
I appologize, my priorities were adjusted for me just a bit this weekend. I will be putting this out during the week instead. Kevin
|
|
|
Post by kkchoon on Jan 11, 2005 2:05:03 GMT -5
Where Can I download this recent updates ?
|
|
|
Post by Kevin on Jan 11, 2005 9:43:32 GMT -5
I'll let you know right here, where you can get them, once I have uploaded them.
Kevin
|
|
|
Post by Kevin on Jan 16, 2005 20:40:54 GMT -5
I have uploaded a new version of VCLZip Pro. This is VCLZip 3.05 Build 1. I have not modified any of the documentation so that I can get this out sooner. Also, to be sure the distribution and installation works. This version uses zlib 1.2.2 by default. If you want to use zlib 1.1.4, then define ZLIB114 in your project options to do so. Download the new version at vclzip.bizland.com/src30532.zipThe password is the same as the previous version PLEASE LET ME KNOW HOW THE INSTALLATION GOES! Thanks, Kevin
|
|
|
Post by Petko Georgiev on Feb 17, 2005 9:04:09 GMT -5
It installs fine for me (C++Builder 6).
|
|
|
Post by Kevin on Feb 20, 2005 12:34:27 GMT -5
Thanks for the feedback! Kevin
|
|
|
Post by Simon Page on Mar 8, 2005 7:51:27 GMT -5
The latest code does cause a couple of compiler hints:
[Hint] kpZipObj.pas(792): Variable 'convert' is declared but never used in 'TZipHeaderInfo.ToOEM' [Hint] VCLZip.pas(2020): Variable 'wroteDataDescriptor' is declared but never used in 'TVCLZip.AddFileToZip'
and has two more todo's in the source (one next to the second item above). The first item above looks harmless but is the second any cause for concern as the call to WriteDataDescriptor is commented out?
|
|
|
Post by Kevin on Mar 8, 2005 8:00:14 GMT -5
No, that is not something that will cause any problem.
Kevin
|
|