MADZip with BigFiles

delphi package - madRes, madTools, madStrings, ...
Post Reply
robersonjfa
Posts: 1
Joined: Thu Apr 05, 2018 7:40 pm

MADZip with BigFiles

Post 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.
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: MADZip with BigFiles

Post 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.
Post Reply