Hi, all.
sorry for my poor english, below.
i) on Windows XP sp2(jpn), VS2005, .NetFramework 2.0, and ICSharpCode.SharpZipLib.dll for .Net2.0 v0.85.5.452
ii) get sample from http://www.icsharpcode.net/OpenSource/SharpZipLib/DownloadLatestVersion.asp?what=SourceSamples
iii) use sample:SharpZipLib_0855_SourceSamples.zip::SrcSamples/samples/vb/CreateZipFile
iv) make a zip file. (i'll call this "sample.zip")
v) any tools for Zip can't extract from the "sample.zip".
open "sample.zip" by binary-editor, you can find in ZipEntry.ComplessdSize=0xffffffffL (-1)
it means no one can find end of complessed data of a entry.
its a bug?
in SharpZipLib - Release History , Changes for v0.85.5.452
"Bug in entry handling for stored entries and sizing fixed."
it meanes this?
it makes this?
anyone can change #ZipLib?
thanks.
p.s. i'll can read simple english only.