Click here to Skip to main content
15,906,569 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email clients Pin
Dave Kreskowiak10-May-04 0:11
mveDave Kreskowiak10-May-04 0:11 
GeneralRe: Email clients Pin
wfe10-May-04 1:17
wfe10-May-04 1:17 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 3:49
protectorHeath Stewart10-May-04 3:49 
GeneralRe: Email clients Pin
wfe10-May-04 7:59
wfe10-May-04 7:59 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 8:58
protectorHeath Stewart10-May-04 8:58 
GeneralRe: Email clients Pin
wfe10-May-04 9:23
wfe10-May-04 9:23 
GeneralRe: Email clients Pin
Heath Stewart10-May-04 9:43
protectorHeath Stewart10-May-04 9:43 
GeneralRe: Email clients Pin
wfe11-May-04 3:00
wfe11-May-04 3:00 
GeneralRe: Email clients Pin
Heath Stewart11-May-04 3:12
protectorHeath Stewart11-May-04 3:12 
GeneralMemory Usage of a console application Pin
eranas9-May-04 10:25
eranas9-May-04 10:25 
GeneralRe: Memory Usage of a console application Pin
Jeff Varszegi9-May-04 12:11
professionalJeff Varszegi9-May-04 12:11 
GeneralRe: Memory Usage of a console application Pin
Heath Stewart10-May-04 3:39
protectorHeath Stewart10-May-04 3:39 
GeneralMouse Drag Event Pin
Member 6910899-May-04 7:15
Member 6910899-May-04 7:15 
GeneralRe: Mouse Drag Event Pin
Mazdak9-May-04 7:52
Mazdak9-May-04 7:52 
GeneralFree disk space Pin
kratchkov9-May-04 5:15
kratchkov9-May-04 5:15 
GeneralRe: Free disk space Pin
Mazdak9-May-04 5:21
Mazdak9-May-04 5:21 
GeneralRe: Free disk space Pin
kratchkov9-May-04 5:30
kratchkov9-May-04 5:30 
GeneralRe: Free disk space Pin
Mike Dimmick9-May-04 7:12
Mike Dimmick9-May-04 7:12 
GeneralRe: Free disk space Pin
kratchkov9-May-04 7:36
kratchkov9-May-04 7:36 
Generalrepaint a TreeView Pin
cristina_tudor9-May-04 5:05
cristina_tudor9-May-04 5:05 
GeneralRe: repaint a TreeView Pin
Mazdak9-May-04 5:15
Mazdak9-May-04 5:15 
GeneralBug in java.util.zip.Zipfile Pin
Nish Nishant8-May-04 23:15
sitebuilderNish Nishant8-May-04 23:15 
Hey guys

I am not a J# guy at all but made the unfortunate mistake of using the J# zip classes in a .NET app of mine Frown | :-( The app takes a zip file, strips off certain filtered files and writes a new zip file. The issue is that this new zip file is somehow slightly corrupted. I can't read the app-written zip using my app, but WinZip reads it correctly and can extract it correctly too; but even WinZip cannot do a direct delete of an entry (from within WinZip) - it shows some header corrupt error. I am not sure whether the issue is with the ZipFile constructor (while reading) or with the ZipOutputStream class (while writing).

Google searches tell me that this is a known bug and a Microsoft person's suggested workaround was to extract all files with WinZip and rezip it using WinZip. I almost choked with horror at the very idea that this was even remotely a workaround Smile | :) Gosh! I mean if I could do that using WinZip, then why use these zip classes at all, eh?

Anyway I just wanted to know if there is any hotfix or patch that's ready for fixing this bug? Thanks in advance for any help.


Now with my own blog - void Nish(char* szBlog);

My MVP tips, tricks and essays web site - www.voidnish.com

Request - Could everyone who have in the past, posted on my personal forum on CP, be kind enough to delete all your posts please? I intend to start a personal non-technical blog there, now that it is RSSd and would very much like to empty the forum before I do so - because the posts that are there as of now are mostly test posts and posts that were made before we all knew it was a blog Smile | :)


GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 1:59
Kannan Kalyanaraman9-May-04 1:59 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Nish Nishant9-May-04 2:45
sitebuilderNish Nishant9-May-04 2:45 
GeneralRe: Bug in java.util.zip.Zipfile Pin
Kannan Kalyanaraman9-May-04 4:41
Kannan Kalyanaraman9-May-04 4:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.