Results 1 to 2 of 2

Thread: vb6 - Bzip2 dll - wrapper

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302

    vb6 - Bzip2 dll - wrapper

    here is a wrapper for the libbz2.dll file which implements bzip2 compression.

    there is one disadvantage to this type of block compressor, it only compresses one file per archive (solid archive).

    from the webpage ( http://sources.redhat.com/bzip2/ ):
    bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.


    note: this also uses two apis (in shlwapi.dll) only found in win2k, but this could be easily fixed.

    note2: I did not write the original version of this wrapper. I found it on the internet but can't remember where. I did however implement many changes and improvements to the original.
    Attached Files Attached Files
    Last edited by frigginjerk; Nov 24th, 2003 at 06:11 AM.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302
    and here is the dll file it uses
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width