ZipFile class unable to uncompress

ZipFile class is unable to uncompress any zip file which is greater than 4 GB ,it always returns 0 entries. I have tested this with many files and seems not to work but works fine for any zip file less than 4 GB .
Does anybody have an idea why this is the case

JUCE currently does not support the ZIP64 format extensions :frowning:

Oh ok , is there any plans to implement it soon?
If not does anyone have any ideas on how to implement it in c++ .
Really need it in my application.

7zip is open source… check out their code

Rail

Thanks Rail thats one way to go. For anybody who might have the same problem in the future (if not yet implemented in JUCE). I would recommend libZip worked perfectly.