<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for TurboPower Abbrevia</title><link>https://sourceforge.net/p/tpabbrevia/activity/</link><description>Recent activity for TurboPower Abbrevia</description><language>en</language><lastBuildDate>Tue, 18 Feb 2025 09:21:19 -0000</lastBuildDate><item><title>Rémi modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#2f5e</link><description>My bad it works I had a bug in my file names Format('%.5.png', [ref]) ** d** is missing the good one Format('%.5d.png', [ref])</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rémi</dc:creator><pubDate>Tue, 18 Feb 2025 09:21:19 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#2f5e</guid></item><item><title>Rémi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#2f5e</link><description>My bad it works I had a bug in my file names</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rémi</dc:creator><pubDate>Tue, 18 Feb 2025 09:18:52 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#2f5e</guid></item><item><title>Rémi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#98a8</link><description>Hello I have a list of TBitmap in memory and I want to zip them in a zip file on my disk. To do so I have proceeded like if I had to zip a list of files but I used AddFromStream methode procedure bmps2Zip(chem: string; iz: integer; lst: TList); var Zipper: TAbZipper; ref: integer; MS: TMemoryStream; bmp: TBitmap; begin try Zipper := TAbZipper.Create(nil); Zipper.FileName := chem + Format('Z_%d.zip', [iz]); Zipper.CompressionMethodToUse := TAbZipSupportedMethod.smBestMethod; Zipper.StoreOptions :=...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rémi</dc:creator><pubDate>Tue, 18 Feb 2025 08:55:52 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/818186dc95/?limit=25#98a8</guid></item><item><title>Colin Pee posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#c5dc</link><description>Thank you. Your help is much appreciated. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Pee</dc:creator><pubDate>Mon, 29 Apr 2024 12:31:52 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#c5dc</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#b171</link><description>The Abbrevia 3.04 documentation is available as PDF and HLP files here: https://sourceforge.net/projects/tpabbrevia/files/Documentation/3.04/ When TurboPower open sourced the library they didn't include whatever files they were originally using to generate the help, so it's never been updated. If you stick to the high-level components (e.g., TAbZipKit, TAbZipBrowser, etc), there haven't been many significant changes to the API since then, aside from changing various declarations from "string" to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 24 Apr 2024 22:26:33 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#b171</guid></item><item><title>Colin Pee posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#381b</link><description>Hi there, I am a seasoned C++ programmer. Can anyone tell me how to obtain docos for the Abbrevia compression software ? On the official site, there aren't any links. Thank you, Colin</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Pee</dc:creator><pubDate>Sat, 30 Mar 2024 10:57:45 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/d76d2bb022/?limit=25#381b</guid></item><item><title>Viktor posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#2abc</link><description>to Lazarus. Can you please tell me how to make support for Cyrillic (Russian letters) in file names?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viktor</dc:creator><pubDate>Sat, 25 Feb 2023 16:26:05 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#2abc</guid></item><item><title>Viktor posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#02cd</link><description>to Lazarus. Can you please tell me how to make support for Cyrillic (Russian letters) in file names?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viktor</dc:creator><pubDate>Sat, 25 Feb 2023 16:26:02 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#02cd</guid></item><item><title>Viktor posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#08f7</link><description>procedure TForm1.Button2Click(Sender: TObject); begin AbZipper1 := TAbZipper.Create(nil); try AbZipper1.FileName := 'paths.zip'; AbZipper1.ForceType := True; AbZipper1.StoreOptions := [soStripDrive, soRemoveDots, soReplace, soRecurse]; AbZipper1.BaseDirectory := 'D:\delphi'; AbZipper1.AddFiles('.', faAnyFile - faSysFile - faHidden); AbZipper1.Save; finally AbZipper1.Free; end; end;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viktor</dc:creator><pubDate>Sat, 25 Feb 2023 16:25:09 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/f668848d64/?limit=25#08f7</guid></item><item><title>Viktor posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/43bd0adb42/?limit=25#5863</link><description>Lazarus. I'm trying this code: procedure TForm1.Button2Click(Sender: TObject); begin AbZipper1.BaseDirectory := Edit1.Text; AbZipper1.FileName := IncludeTrailingPathDelimiter(Edit1.Text) + 'archive.zip'; AbZipper1.AddFiles('.;.*', faDirectory); AbZipper1.StoreOptions := [soRecurse, soStripDrive]; // archiving options AbZipper1.Save; AbZipper1.CloseArchive; end; Archives, but does not archive subdirectories with files? How to do?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viktor</dc:creator><pubDate>Sat, 25 Feb 2023 12:20:21 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/43bd0adb42/?limit=25#5863</guid></item><item><title>Viktor posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/6aa415b9c4/?limit=25#594e</link><description>Lazarus. I'm trying this code: procedure TForm1.Button2Click(Sender: TObject); begin AbZipper1.BaseDirectory := Edit1.Text; AbZipper1.FileName := IncludeTrailingPathDelimiter(Edit1.Text) + 'archive.zip'; AbZipper1.AddFiles('.;.*', faDirectory); AbZipper1.StoreOptions := [soRecurse, soStripDrive]; // archiving options AbZipper1.Save; AbZipper1.CloseArchive; end; Archives, but does not archive subdirectories with files? How to do?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Viktor</dc:creator><pubDate>Sat, 25 Feb 2023 12:17:31 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/6aa415b9c4/?limit=25#594e</guid></item><item><title>RapidEyeMovement posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/daac3a3c93/?limit=25#20f0</link><description>When using a password encrypted zip file and try to extract a text file to a stream I'm getting an exception, password is correct. Am I doing anything wrong? function TForm1.GetTextFileFromZIP(Filename: String): TStringlist; var AStream: TMemoryStream; AList: TStringlist; begin AStream := TMemoryStream.Create; AList := TStringList.Create; try try AbUnZipper.ExtractToStream(FileName, AStream); AStream.Position := 0; AList.LoadFromStream(AStream); Result := AList; except on e: Exception do ShowMessage('Exception...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RapidEyeMovement</dc:creator><pubDate>Thu, 12 May 2022 18:18:13 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/daac3a3c93/?limit=25#20f0</guid></item><item><title>Daniele Fare' posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/5b82b8d26d/?limit=25#b938</link><description>Good afternoon to all, there is a way to full abort the (de)compression process? If i click to the "abort" button and set to true Aborted variable, in the ArchiveSaveProgress event the Abort variable is for each file. So when Abort is true only that file is aborted .... my need is to stop (abort) all and exit from save proceudre. It is possible? Thank's for reply Daniele</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniele Fare'</dc:creator><pubDate>Fri, 15 Oct 2021 16:25:47 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/5b82b8d26d/?limit=25#b938</guid></item><item><title>luciano Franca posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/32305eb744/?limit=25#9cd8</link><description>I installed the latest version of Abbrevia but I didn't find any example of buying to create a compressed file or how to unzip using LZMA. It would have an example for me. Grateful.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">luciano Franca</dc:creator><pubDate>Tue, 13 Apr 2021 12:37:07 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/32305eb744/?limit=25#9cd8</guid></item><item><title>Pedro Zandonadi Menzel posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/90dcab71/?limit=25#1474/b9ae/9018</link><description>Was this problem fixed? I'm having a very similar issue, with the same EAbPartSizedInflate exception returning to me when I try to decompress a .gz file.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pedro Zandonadi Menzel</dc:creator><pubDate>Fri, 12 Feb 2021 18:24:38 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/90dcab71/?limit=25#1474/b9ae/9018</guid></item><item><title>GMG posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/ab18047b7e/?limit=25#e8fe</link><description>Hi, I have a compresses stream generated by a another application that uses Abbrevia and I have to decompress it using a C# application. The stream doesn't have any header and every c# library say that the stream is not recognized. What can I do? Is there a compiled utility tu use as external application? Regards G.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">GMG</dc:creator><pubDate>Fri, 29 Jan 2021 11:45:23 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/ab18047b7e/?limit=25#e8fe</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/8e99c28459/?limit=25#4e8f</link><description>Unfortunately, Abbrevia doesn't support encrypting file names because the zip format originally didn't. When they added encryption support to the zip file format it was only defined for the file data, not the file names, and could actually vary from file to file. Newer versions of the spec do include extensions to encrypt the file names too, but it's not well supported (even WinZip only does the file data). You'll need to either encrypt the file as a separate pass with another library or switch to...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 16 Dec 2020 14:03:37 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/8e99c28459/?limit=25#4e8f</guid></item><item><title>Stan Day posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/8e99c28459/?limit=25#fbbc</link><description>Can anyone tell me the simplest way to implement a password on the AbZipKit? I just want to have a password on any given zip file so it won't open easily outside of my application. In the application I want to ask for the password and then open the archive in my app. It doesn't have to be super secure, just enough to keep casual users out. I can put a password in the AbZipKit properties or set it in code but the AbZipKit archive file always opens and never asks anything (I have a simple ShowMessage...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stan Day</dc:creator><pubDate>Mon, 30 Nov 2020 17:33:21 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/8e99c28459/?limit=25#fbbc</guid></item><item><title>Zoë Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#59ea</link><description>Hi Jay, The version of Abbrevia included in GetIt is based on the fork here: https://github.com/TurboPack/Abbrevia/commits/master I've never been involved with it, so I'm afraid I can't provide support for whatever changes they've introduced. Looking through their repository history, I do see changes related to removing "AnsiString" usage in 2014 that touched the "Password" property and that may have broken things. The current release of Abbrevia here was designed to be forwards compatible with later...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 22 Jan 2020 18:54:28 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#59ea</guid></item><item><title>Jay Leonard modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been 8 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in a good...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 20:52:42 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Jay Leonard modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been 8 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in a good...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 20:23:06 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Jay Leonard modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been 8 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in a good...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 20:18:56 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Jay Leonard modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been over 7 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 20:16:47 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Jay Leonard modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been over 7 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 20:13:59 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Jay Leonard posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</link><description>Hello Craig, It's been over 7 years since we last communicated. I hope this is the place to continue with the same topic. I got the code working back in 2011 with Delphi 2009 and whatever the Abbrevia version was at that time. I'm now working with Delphi 10.2 Tokyo and using the Abbrevia that came with Delphi 10.2's GetIt Catalog Repository. It shows the version as "Abbrevia-10.3". Similar issues regarding zipping/encrypting a TMemoryStream and then decrypting/inflating are back, and I've put in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Leonard</dc:creator><pubDate>Tue, 12 Nov 2019 03:09:15 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/84a21f3c/?limit=25#0897</guid></item><item><title>Bret Bordwell posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#7646</link><description>...repeated Load/Modify/Save/Close isn't something I've tested heavily. Neither have I. For now, I've modified that routine to only save/close/load when the threshhold is near. We will see if this stops this behavior at the customer's site. I did not see any Extended characters in the filenames. I think my best option is to refactor the code and stop the continual close/open routine. If this continues, I'll be back. Thanks for your feedback. I really appreciate your time. Best</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bret Bordwell</dc:creator><pubDate>Fri, 06 Sep 2019 13:22:39 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#7646</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#4398</link><description>That should work, though repeated Load/Modify/Save/Close isn't something I've tested heavily. You might try freeing the zipper and re-creating it rather than just reloading it to see if there's something being cached. If it's specific customers that are reliably seeing it (on the same files?) my guess would be something about the filenames. Extended (non-ASCII) Unicode characters, perhaps? It's been quite a while since I've worked on Abbrevia, so I can't offer much more than that. If you can get...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Thu, 05 Sep 2019 15:59:09 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#4398</guid></item><item><title>Bret Bordwell posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#575e</link><description>or updating an existing one? It started as new, but I repeatedly save it to get the file size. Past results during add would not give file size on Win7 machines unless saved (that behavior hasn't been tested lately). Also saving across network can give odd results with the file save/size routines. Here is the loop: repeat if ((sr.Attr and faDirectory) = faDirectory) then Continue else begin if (CompareText(ExtractFileExt(sr.Name),sDotPDF) = 0) or (CompareText(ExtractFileExt(sr.Name),sDotCSV) = 0)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bret Bordwell</dc:creator><pubDate>Wed, 04 Sep 2019 16:25:52 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#575e</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#d1a2</link><description>No. Are you adding files to a new zip or updating an existing one? The crash seems to indicate that the contents of an existing zip are corrupt in a way that affects saving but not loading the directory listing. The files you're adding probably isn't a factor unless there's something unusual about them (size, filename, is a symlink, etc).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 04 Sep 2019 15:35:29 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#d1a2</guid></item><item><title>Bret Bordwell posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#4353</link><description>because the header before the compressed file stream is corrupt Thanks Zoë. So you are saying that I'm adding a corrupted file, and the header of that corrupted file is what is invalid and can't be read during that save, correct?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bret Bordwell</dc:creator><pubDate>Tue, 03 Sep 2019 16:23:36 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#4353</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#47de</link><description>Zip files include metadata about the contained files in multiple spots: (1) Immediately before the compressed file's stream, and (2) as part of a directory listing at the end of the file. When you load the archive Abbrevia can read just the directory listing at the end and see all of the files in it, and if you try to access a specific file it can jump straight to that file's header and compression stream without looking at anything else in the file. The error your seeing is occurring because the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Tue, 03 Sep 2019 15:10:55 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#47de</guid></item><item><title>Bret Bordwell posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#0a6f</link><description>One of our customers is receiving this error after adding multiple files during the SAVE routine. Regretfully I do not have exact line numbers… working on that. Delphi XE4 ~~~ |7FFFFFFE|03 |00000000|0608B533|Abbrevia180.bpl |0001B533|Abziptyp |TAbZipLocalFileHeader |LoadFromStream | | |00000008|03 |0019E748|0608D865|Abbrevia180.bpl |0001D865|Abziptyp |TAbZipArchive | (possible SaveArchive+673) | | |00000008|03 |0019E798|06082812|Abbrevia180.bpl |00012812|Abarctyp |TAbArchive |Save | | |00000008|03...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bret Bordwell</dc:creator><pubDate>Fri, 30 Aug 2019 19:45:33 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/c09ff8f4a2/?limit=25#0a6f</guid></item><item><title>Zoë Peterson modified a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#1be0</link><description>The version of Abbrevia included with recent versions of Delphi is from the fork at https://github.com/TurboPack/Abbrevia Back when it split off the changelog mentioned fixing some sort of issue with C++Builder, but they wouldn't tell me what changed, and I haven't looked into more recent releases, so you'll have to ask there for assistance.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Mon, 08 Jul 2019 16:57:23 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#1be0</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#1be0</link><description>The version of Abbrevia included with recent versions of Delphi is from the fork at https://github.com/TurboPack/Abbrevia Back when it split off the changelog mentioned fixing some sort of issue with C++Builder, but wouldn't tell me what changed, and I haven't looked into more recent releases, so you'll have to ask there for assistance.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Mon, 08 Jul 2019 16:57:03 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#1be0</guid></item><item><title>Barcud posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#4341</link><description>Converting program from XE2 to 10.2 C++ Builder. Old program used manually installed Abbrevia. Abbrevia 10.3 came with Studio 10.2 and I installed it using defaults. I want to use TCabKit and TMakeCab. Components are in palette.. Placed on a VCL form in a package, not main program. Compiles; functions find the methods they want by pointeers to the compoents. Linker says 'Fatal: Cannpt find AbBase.obj' There IS no such file in the installation. How do I fix this, please.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barcud</dc:creator><pubDate>Thu, 27 Jun 2019 18:39:28 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/6fa3bc630f/?limit=25#4341</guid></item><item><title>Brian Gochnauer posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a4f2d87a31/?limit=25#5631</link><description>I have updates to make an easy enhancement. You can do it with a couple simple edits to AbArcTyp.pas Find and update the line; TAbExtractOption = (eoCreateDirs, eoRestorePath); to TAbExtractOption = (eoCreateDirs, eoRestorePath,eoAlwaysOverwrite,eoOverwriteExceptNewer); Find procedure TAbArchive.DoConfirmProcessItem and replace it with update. { -------------------------------------------------------------------------- } procedure TAbArchive.DoConfirmProcessItem(Item : TAbArchiveItem; const ProcessType...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Gochnauer</dc:creator><pubDate>Wed, 03 Apr 2019 00:31:26 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a4f2d87a31/?limit=25#5631</guid></item><item><title>Brian Gochnauer modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/3346772a/?limit=25#8dcb</link><description>You can do it with a couple simple edits to AbArcTyp.pas Find and update the line; TAbExtractOption = (eoCreateDirs, eoRestorePath); to TAbExtractOption = (eoCreateDirs, eoRestorePath,eoAlwaysOverwrite,eoOverwriteExceptNewer); Find procedure TAbArchive.DoConfirmProcessItem and replace it with update. { -------------------------------------------------------------------------- } procedure TAbArchive.DoConfirmProcessItem(Item : TAbArchiveItem; const ProcessType : TAbProcessType; var Confirm : Boolean);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Gochnauer</dc:creator><pubDate>Tue, 02 Apr 2019 23:08:44 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/3346772a/?limit=25#8dcb</guid></item><item><title>Brian Gochnauer posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/3346772a/?limit=25#8dcb</link><description>You can do it with a couple simple edits to AbArcTyp.pas Find and update the line; TAbExtractOption = (eoCreateDirs, eoRestorePath); to TAbExtractOption = (eoCreateDirs, eoRestorePath,eoAlwaysOverwrite,eoOverwriteExceptNewer); Find procedure TAbArchive.DoConfirmProcessItem and replace it with update. *{ -------------------------------------------------------------------------- } procedure TAbArchive.DoConfirmProcessItem(Item : TAbArchiveItem; const ProcessType : TAbProcessType; var Confirm : Boolean);...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Gochnauer</dc:creator><pubDate>Tue, 02 Apr 2019 23:07:25 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/3346772a/?limit=25#8dcb</guid></item><item><title>sud posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a35871a8/?limit=25#2658</link><description>Hello: Can anybody help for Abbrevia for C++Builder XE6? Thanks, Sud</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sud</dc:creator><pubDate>Fri, 04 May 2018 08:08:37 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a35871a8/?limit=25#2658</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/7aeeacb3/?limit=25#ce7e</link><description>I'm not really working on Abbrevia anymore, so aside from unofficial forks like Roman Kassebaum's Get It version, there isn't any active development going on. As a feature request, even if I was more active, it would be hard to justify this change since it would break compatibility for a ton of the API and make it more difficult to use for plain TStreams. If you can use IStream instead, it probably wouldn't be difficult to write a wrapper that converts from it into a TStream, like TStreamAdapter...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Tue, 13 Feb 2018 20:22:39 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/7aeeacb3/?limit=25#ce7e</guid></item><item><title>Arno posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/7aeeacb3/?limit=25#6328</link><description>Hello. Is it possible to support ISequentialStream instead of TStream for zipping? TAbCustomZipper.AddFromStream(const NewName : string; FromStream : ISequentialStream); Thank you. JAM Software GmbH Managing Director: Joachim Marder Am Wissenschaftspark 26 * 54296 Trier * Germany Phone: +49 (0)651-145 653 -0 * Fax: +49 (0)651-145 653 -29 Commercial register number HRB 4920 (AG Wittlich) http://www.jam-software.com JAM Software GmbH Gesch?ftsf?hrer: Joachim Marder Am Wissenschaftspark 26 * 54296 Trier...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arno</dc:creator><pubDate>Tue, 13 Feb 2018 12:35:12 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/7aeeacb3/?limit=25#6328</guid></item><item><title>Zoë Peterson modified ticket #171</title><link>https://sourceforge.net/p/tpabbrevia/bugs/171/</link><description>Abbrevia in Lazarus: Last file don't decompress</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 17 Aug 2016 14:57:19 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/171/</guid></item><item><title>Salvatore Giuliano posted a comment on ticket #171</title><link>https://sourceforge.net/p/tpabbrevia/bugs/171/?limit=25#e4c7</link><description>Sorry, it was a file with length=0! Please, cancel this bug report!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Salvatore Giuliano</dc:creator><pubDate>Wed, 17 Aug 2016 06:48:11 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/171/?limit=25#e4c7</guid></item><item><title>Salvatore Giuliano created ticket #171</title><link>https://sourceforge.net/p/tpabbrevia/bugs/171/</link><description>Abbrevia in Lazarus: Last file don't decompress</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Salvatore Giuliano</dc:creator><pubDate>Tue, 16 Aug 2016 18:51:38 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/171/</guid></item><item><title>Kevin Bass posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#8597</link><description>Thanks for the quick reply, Zoe. I'll check out the link you provided.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Bass</dc:creator><pubDate>Tue, 26 Jul 2016 20:14:57 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#8597</guid></item><item><title>Zoë Peterson posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#e8a9</link><description>I am not actively maintaining Abbrevia right now, and there's no one else left on...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Tue, 26 Jul 2016 19:31:35 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#e8a9</guid></item><item><title>Kevin Bass posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#3b41</link><description>Any news on when Abbrevia will work with Delphi Berlin 10.1? Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Bass</dc:creator><pubDate>Tue, 26 Jul 2016 17:56:48 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/a1e89682/?limit=25#3b41</guid></item><item><title>Gregory modified a comment on ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</link><description>Dear Abbrevia team! Another small bug is that an attempt to UNZIP archive with files...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 13:28:51 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</guid></item><item><title>Gregory modified a comment on ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</link><description>Another small bug is that an attempt to UNZIP archive with files (with hidden attribute),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 13:25:02 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</guid></item><item><title>Gregory modified a comment on ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</link><description>Another small bug is that an attempt to UNZIP archive with files (with hidden attribute),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 13:21:31 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</guid></item><item><title>Gregory modified a comment on ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</link><description>Another small bug is that an attempt to UNZIP archive with files (with hidden attribute),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 13:14:40 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</guid></item><item><title>Gregory posted a comment on ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</link><description>Another small bug is that an attempt to UNZIP archive with files (with hidden attribute),...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 13:06:32 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/?limit=25#fcc0</guid></item><item><title>Gregory created ticket #170</title><link>https://sourceforge.net/p/tpabbrevia/bugs/170/</link><description>Packing(zip) files with unicode filenames (Windows)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gregory</dc:creator><pubDate>Tue, 21 Jun 2016 12:02:21 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/170/</guid></item><item><title>Zoë Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b295e596/?limit=25#57f7</link><description>The details are covered in PKWARE's APPNOTE.TXT, section 6.0 "Traditional PKWARE...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zoë Peterson</dc:creator><pubDate>Wed, 13 Apr 2016 15:25:43 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b295e596/?limit=25#57f7</guid></item><item><title>Mario Aprea posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b295e596/?limit=25#2307</link><description>I need to understand this information too Please,</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mario Aprea</dc:creator><pubDate>Wed, 13 Apr 2016 12:30:28 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b295e596/?limit=25#2307</guid></item><item><title>Rick Burgstaler posted a comment on ticket #169</title><link>https://sourceforge.net/p/tpabbrevia/bugs/169/?limit=25#c18b</link><description>I just realized that this one is a duplicate of: https://sourceforge.net/p/tpabbrevia/bugs/164/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick Burgstaler</dc:creator><pubDate>Wed, 17 Feb 2016 03:31:51 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/169/?limit=25#c18b</guid></item><item><title>Rick Burgstaler posted a comment on ticket #168</title><link>https://sourceforge.net/p/tpabbrevia/bugs/168/?limit=25#4e0d</link><description>I just realized that this one is a duplicate of: https://sourceforge.net/p/tpabbrevia/bugs/164/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick Burgstaler</dc:creator><pubDate>Wed, 17 Feb 2016 03:31:42 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/168/?limit=25#4e0d</guid></item><item><title>Rick Burgstaler created ticket #169</title><link>https://sourceforge.net/p/tpabbrevia/bugs/169/</link><description>TAbZipper will produce an invalid zip archive on 3GB file</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick Burgstaler</dc:creator><pubDate>Mon, 15 Feb 2016 18:29:14 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/169/</guid></item><item><title>Rick Burgstaler created ticket #168</title><link>https://sourceforge.net/p/tpabbrevia/bugs/168/</link><description>TAbZipper.OnArchiveItemProgress reports progress above 100% when zipping large files</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rick Burgstaler</dc:creator><pubDate>Mon, 15 Feb 2016 18:21:05 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/168/</guid></item><item><title>Mike P modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</link><description>Will be fixed in new commit.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Fri, 25 Dec 2015 17:21:07 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</guid></item><item><title>Mike P modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</link><description>Fixed in new commit.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Fri, 25 Dec 2015 16:56:49 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</guid></item><item><title>Mike P modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Fri, 25 Dec 2015 16:56:00 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</guid></item><item><title>Mike P modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</link><description>Zip files made by my attached test application result in files that WinZip is not...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Wed, 23 Dec 2015 18:44:14 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</guid></item><item><title>Mike P posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</link><description>Zip files made by my attached test application result in files that WinZip is not...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Wed, 23 Dec 2015 18:43:16 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#191f</guid></item><item><title>Mike P posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#bc7f</link><description>I've been using Abbrevia latest (and now also an older, tried &amp; trusted) version...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike P</dc:creator><pubDate>Wed, 23 Dec 2015 01:19:44 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/ba87a7dd/?limit=25#bc7f</guid></item><item><title>ataksnajpera posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#e6f7</link><description>Ok. Thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Tue, 29 Sep 2015 12:29:33 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#e6f7</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#34e7</link><description>BestMethod compresses the file using DEFLATE, then stores the file either that way...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Tue, 29 Sep 2015 03:47:10 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#34e7</guid></item><item><title>ataksnajpera posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#9fee</link><description>Does this option activate LZMA compression? If it doesn't then how to force LZMA...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Mon, 28 Sep 2015 16:36:55 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/e99bff57/?limit=25#9fee</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#f202</link><description>Loop over TAbUnZipper's Items[] and check the IsEncrypted property. Each file in...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Mon, 21 Sep 2015 14:45:25 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#f202</guid></item><item><title>ataksnajpera modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 13:27:39 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 13:27:02 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 13:26:29 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 13:25:31 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 13:24:54 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</link><description>My application is designed to accept only encrypted archives with specific password....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Sat, 19 Sep 2015 12:58:59 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/9efc8b35/?limit=25#11b4</guid></item><item><title>ataksnajpera posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#0878/d5e2</link><description>Thank very much for your help!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Fri, 18 Sep 2015 11:54:09 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#0878/d5e2</guid></item><item><title>STB Land created ticket #167</title><link>https://sourceforge.net/p/tpabbrevia/bugs/167/</link><description>impossible to cancel archive save with OnArchiveSaveProgress event</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">STB Land</dc:creator><pubDate>Fri, 18 Sep 2015 07:52:15 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/167/</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#0878</link><description>Add AbArcTyp and AbUtils to your uses clause.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Thu, 17 Sep 2015 19:19:17 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#0878</guid></item><item><title>ataksnajpera posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#4ecf</link><description>When I try to compile this code http://paste.ofcode.org/MKSS2eWcEhqWtBBgufLgWf my...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ataksnajpera</dc:creator><pubDate>Thu, 17 Sep 2015 18:21:58 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/b2ea9bad/?limit=25#4ecf</guid></item><item><title>Radek Secka posted a comment on ticket #166</title><link>https://sourceforge.net/p/tpabbrevia/bugs/166/?limit=25#3b05</link><description>Abbrevia version 5.2 rev 539</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Thu, 20 Aug 2015 09:58:54 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/166/?limit=25#3b05</guid></item><item><title>Radek Secka created ticket #166</title><link>https://sourceforge.net/p/tpabbrevia/bugs/166/</link><description>FileNotFound Exception</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Thu, 20 Aug 2015 09:57:07 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/bugs/166/</guid></item><item><title>Tiago Ravache modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/c838b109/?limit=25#c0db</link><description>Hi, i'm using TAbZipper to compress some files, i have tested with db and text files...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tiago Ravache</dc:creator><pubDate>Tue, 04 Aug 2015 19:51:18 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/c838b109/?limit=25#c0db</guid></item><item><title>Tiago Ravache posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/c838b109/?limit=25#c0db</link><description>Hi, i'm using TAbZipper to compress some files, i have tested with db and text files...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tiago Ravache</dc:creator><pubDate>Tue, 04 Aug 2015 17:42:11 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/c838b109/?limit=25#c0db</guid></item><item><title>Radek Secka modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</link><description>Hello, I have problem, i'm migrating one Application that used VCLZip to Abbrevia....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Thu, 25 Jun 2015 08:04:49 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</guid></item><item><title>Radek Secka posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#850c</link><description>Sorry bug was on my side, don't know how to delete whole topic.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Thu, 25 Jun 2015 08:02:05 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#850c</guid></item><item><title>Radek Secka modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</link><description>Hello, I have problem, i'm migrating one Application that used VCLZip to Abbrevia....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Thu, 25 Jun 2015 07:31:16 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</guid></item><item><title>Radek Secka posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</link><description>Hello, I have problem, i'm migrating one Application that used VCLZip to Abbrevia....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Radek Secka</dc:creator><pubDate>Wed, 24 Jun 2015 16:50:12 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/82e0a88c/?limit=25#a4b0</guid></item><item><title>ben posted a comment on ticket #47</title><link>https://sourceforge.net/p/tpabbrevia/feature-requests/47/?limit=25#c7fb/d471</link><description>Download errors with no files found. From: MikeTheCat [mailto:mikethecat@users.sf.net]...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ben</dc:creator><pubDate>Thu, 28 May 2015 23:26:48 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/feature-requests/47/?limit=25#c7fb/d471</guid></item><item><title>Michal posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/bcd2bf1e/?limit=25#7330</link><description>When there is a file or dir with long name (&gt;100) in TAR file, it is not extracted...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michal</dc:creator><pubDate>Thu, 30 Apr 2015 13:10:42 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241864/thread/bcd2bf1e/?limit=25#7330</guid></item><item><title>Vanderson Guidi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#b1f5/e5c4</link><description>Wow, worked like a charm, you're the guy craig, thanks for help me again.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanderson Guidi</dc:creator><pubDate>Tue, 14 Apr 2015 18:39:26 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#b1f5/e5c4</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#b1f5</link><description>Update to the code in Subversion. I just checked in a fix so the components will...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Tue, 14 Apr 2015 16:44:19 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#b1f5</guid></item><item><title>Craig Peterson committed [r539]</title><link>https://sourceforge.net/p/tpabbrevia/code/539/</link><description>Fixed issue with AbDfHufD debug logging on Unic...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Tue, 14 Apr 2015 16:38:35 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/code/539/</guid></item><item><title>Craig Peterson committed [r538]</title><link>https://sourceforge.net/p/tpabbrevia/code/538/</link><description>Merged AbDetermineArcType changes from Double C...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Tue, 14 Apr 2015 16:37:34 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/code/538/</guid></item><item><title>Vanderson Guidi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#7314</link><description>Hi, may i check with abbrevia if a file is Gzipped? I have a .zip file that i have...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanderson Guidi</dc:creator><pubDate>Tue, 14 Apr 2015 15:46:43 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/69b9e828/?limit=25#7314</guid></item><item><title>Vanderson Guidi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#7cd4/3f7d</link><description>Worked fine, thanks dude :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanderson Guidi</dc:creator><pubDate>Thu, 02 Apr 2015 21:06:18 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#7cd4/3f7d</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#7cd4</link><description>Update to the latest version of the code from Subversion. I just checked in a fix...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Thu, 02 Apr 2015 15:48:05 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#7cd4</guid></item><item><title>Craig Peterson committed [r537]</title><link>https://sourceforge.net/p/tpabbrevia/code/537/</link><description>Gzip archives will now generate a filename base...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Thu, 02 Apr 2015 15:46:57 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/code/537/</guid></item><item><title>Vanderson Guidi modified a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690/7bd1</link><description>Hi Craig, thanks for reply. by the way, i've changed the archiveType as you suggested,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanderson Guidi</dc:creator><pubDate>Wed, 01 Apr 2015 11:14:58 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690/7bd1</guid></item><item><title>Vanderson Guidi posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690/7bd1</link><description>Hi Craig, thanks for reply. by the way, i've changed the archiveType as you suggested,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vanderson Guidi</dc:creator><pubDate>Wed, 01 Apr 2015 00:23:46 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690/7bd1</guid></item><item><title>Craig Peterson posted a comment on discussion Help</title><link>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690</link><description>That file isn't a zip file, it's gzipped. Change the ForceType property to atGzip...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Peterson</dc:creator><pubDate>Tue, 31 Mar 2015 20:19:06 -0000</pubDate><guid>https://sourceforge.net/p/tpabbrevia/discussion/241865/thread/99e67857/?limit=25#a690</guid></item></channel></rss>