You are not logged in.
Pages: 1
So here's a Bz2 decompression unit for Pascal created by Synopse:
http://bouchez.info/delphi-bzip.html
It didn't handle big files well. I fixed it with some help of AI and now it does. I tested with 7 GB files and works fine.
Changes:
1) it needed to know the size of unpacked data. now it doesn't
2) it unpacked all data from memory to memory. now it works with streams
This is pure Pascal, no DLLs needed, no asm code
Download:
https://forum.lazarus.freepascal.org/in … 890.0.html
Pages: 1