Didn't check your project, just a hint - do you know this one?
http://www.shadoware.de/files/vb/compression_src.zip
Wolfgang
Printable View
Didn't check your project, just a hint - do you know this one?
http://www.shadoware.de/files/vb/compression_src.zip
Wolfgang
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>