|
-
Jul 9th, 2014, 05:49 AM
#81
Re: ZIP Compression Using Pure Visual Basic
 Originally Posted by Max187Boucher
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
-
Apr 13th, 2017, 12:24 PM
#82
Re: ZIP Compression Using Pure Visual Basic
 Originally Posted by abazabam
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|