Page 1 of 1

MADZip with BigFiles

Posted: Thu Apr 05, 2018 7:52 pm
by robersonjfa
Hi,

I'm trying to use MadZip's Zip () function with files over 2GB. Compression fails on line "srcBuf: = pointer (LocalAlloc (LPTR, size));" of the Zip () function.
I am using version 0.2.1 of madzip.
Could anyone confirm if madzip does not support large files compression?

Best regards.

Re: MADZip with BigFiles

Posted: Fri Apr 06, 2018 1:02 pm
by madshi
It wasn't really made for that, to be honest. Without looking at the code, I'd say there's a big chance it won't work for big files without modifying it specifically for that purpose, I'm sorry.