You are not logged in.
Pages: 1
Using D2006
I'm very impressed with the speed of SynZip va Abbrevia, but some of mt table files are over 2Gb already (the biggest is c5Gb). Is there some way of getting SynZip to handle files over 2Gb?
Offline
+1 for Zip64
Offline
1
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Someone made a patch for System.Zip to add ZIP64 format support
https://github.com/ccy/delphi-zip
Diff'ing with Delphi's System.Zip will pinpoint the changes in headers.
Offline
I have added ZIP64 support to mormot.core.zip.pas - i.e. mORMot 2.
Check https://github.com/synopse/mORMot2/comm … c599fe7d58
This is a huge rewrite of the functions, because ZIP64 is really a tricky/hacky format to implement.
A picture is always better to understand it - so thanks to https://blog.yaakov.online/zip64-go-big-or-go-home/ for its help!
Offline
Pages: 1