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
when I create the file. zip
shows no progress and the application hangs
ex:
var
Arch: I7zOutArchive;
begin
Arch := CreateOutArchive(CLSID_CFormat7z);
Arch.AddFiles('C:\test', 'folder', '*.exe', true);
SetCompressionLevel(Arch, 5);
SevenZipSetCompressionMethod(Arch, m7BZip2);
Arch.SetProgressCallback(nil, ProgressCallback);//Here hangs the application
Arch.SaveToFile('c:\test.zip');
end;
Original issue reported on code.google.com by datilas....@gmail.com on 20 Aug 2013 at 3:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
datilas....@gmail.com
on 20 Aug 2013 at 3:53The text was updated successfully, but these errors were encountered: