SharpZipLib Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • phonious@gmail.com

    #1

    SharpZipLib Help

    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.

  • Yunus Emre ALPÖZEN [MCAD.NET]

    #2
    Re: SharpZipLib Help

    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
    --

    Thanks,
    Yunus Emre ALPÖZEN
    BSc, MCAD.NET

    <phonious@gmail .com> wrote in message
    news:1116273798 .068324.52400@o 13g2000cwo.goog legroups.com...[color=blue]
    > 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.
    >[/color]


    Comment

    • Lebesgue

      #3
      Re: SharpZipLib Help

      SharpZipLib distribution has very good and easy to understand C# samples

      <phonious@gmail .com> wrote in message
      news:1116273798 .068324.52400@o 13g2000cwo.goog legroups.com...[color=blue]
      > 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.
      >[/color]


      Comment

      • phonious@gmail.com

        #4
        Re: SharpZipLib Help

        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.

        Comment

        Working...