Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Reliable compression .net library

Reliable compression .net library

Scheduled Pinned Locked Moved C#
csharpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Does anyone know any reliable compression library for .net ? Tried to use SharpZlib without success (too much CRC errors)... I tryed managedzlib as well. If anyone know a good library (or a way to call the good and old unmanaged zlib from managed enviroment), please let me know.

    M 1 Reply Last reply
    0
    • A Anonymous

      Does anyone know any reliable compression library for .net ? Tried to use SharpZlib without success (too much CRC errors)... I tryed managedzlib as well. If anyone know a good library (or a way to call the good and old unmanaged zlib from managed enviroment), please let me know.

      M Offline
      M Offline
      Mauricio Ritter
      wrote on last edited by
      #2

      Just for the record, this post is mine (I tought I was logged on when I posted). Mauricio Ritter - Brazil MSN: mauricioritter(atsign)hotmail.com
      English is not my native language so, if you find any spelling erros in my posts, please let me know.

      L 1 Reply Last reply
      0
      • M Mauricio Ritter

        Just for the record, this post is mine (I tought I was logged on when I posted). Mauricio Ritter - Brazil MSN: mauricioritter(atsign)hotmail.com
        English is not my native language so, if you find any spelling erros in my posts, please let me know.

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Look at my libbz2 article. bz2 is one of the few unix apps that compile very cleanly across platforms. Havent had problems. I use the byte[]->byte[] de/compression mostly though. http://www.codeproject.com/managedcpp/bzipstream.asp[^] xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups