PeterPanettone 157 Posted September 22, 2021 Here is a set of demos specifically for Delphi 11 Alexandria: https://github.com/Embarcadero/RADStudio-DemoKit/tree/main/11-demos As of now, there are 5 demos in this collection: RichEdit Draft RAD 11 Demos 21 days ago TTreeView VCL Themes 13 days ago TZipFile Update to the form, removed unused button and added label to show the… 19 days ago Win11Corners Create readme.md 13 days ago Wsl2 Wsl2Demos 13 days ago Share this post Link to post
aehimself 396 Posted September 22, 2021 9 hours ago, PeterPanettone said: TZipFile Update to the form, removed unused button and added label to show the… 19 days ago Were there any changes to TZipFile alltogether? I'd love to see native LZMA support and the ability to open some "corrupted" ZIP files too (like what 7Zip does). I have a file which was compressed by a C# code. Delphi either throws a "Invalid central header signature" exception, or manages to open the archive but sees no files in it. Share this post Link to post