SharpZipLib Help

  • Thread starter Thread starter phonious
  • Start date Start date
P

phonious

Could someone help me out with some good sample code in C# using
SharpZipLib. I am a VB guy trying to support a C# app. Any help would
be greatly appreciated.
 
Forget sharpziplib. just create a wrapper class for zip library in java
using J#

Create a j# class library project
"import java.util.zip.*;"
add a wrapper class for each class in this namespace and just call this
methods. (means use composition)
add a reference to your project (vb.net/c# or whatever u want to use ) and
call it...

This is simplest way and guaranteed to work
 
This is what the app is using, but it seems to have a bug, and can not
unzip some files. I can unzip the files with winzip no problem, I was
told that this was a better answer.
 
Back
Top