You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when working with large archives. The Cardinal type for the
stream size is not sufficient, Int64 fixes the problem.
var
Arch: I7zOutArchive;
Arch := CreateOutArchive(CLSID_CFormat7z);
Arch.AddStream(aStream, soReference, faArchive, CurrentFileTime,
CurrentFileTime, 'folder\test.bin', false, false);
-> error when aStream.Size > 4 GB
Original issue reported on code.google.com by [email protected] on 10 Jan 2011 at 10:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Jan 2011 at 10:30The text was updated successfully, but these errors were encountered: