Page 3 of 3 FirstFirst 123
Results 81 to 82 of 82

Thread: ZIP Compression Using Pure Visual Basic

  1. #81
    Addicted Member Wolfgang Enzinger's Avatar
    Join Date
    Apr 2014
    Location
    Munich, Germany
    Posts
    160

    Re: ZIP Compression Using Pure Visual Basic

    Quote Originally Posted by Max187Boucher View Post
    Here is the project. I will update it whenever I can.
    Didn't check your project, just a hint - do you know this one?
    http://www.shadoware.de/files/vb/compression_src.zip

    Wolfgang

  2. #82
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,192

    Re: ZIP Compression Using Pure Visual Basic

    Quote Originally Posted by abazabam View Post
    Does anyone have any kind of module, class module, etc. that can compress files using ZIP compression?
    I know it's an old thread but just to let everyone know about this project I just completed: A single-class pure VB6 library for zip

    The single `cZipArchive` class in `src` uses bytecode thunks (not ASM, but compiled from C source code) for deflate/inflate and CRC32 calculation so the speed is there and it has no external DLLs dependency.

    cheers,
    </wqw>

Page 3 of 3 FirstFirst 123

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