Questions tagged [abbrevia]

Abbrevia is a compression toolkit for Delphi, C++Builder, Kylix, and Free Pascal.

Abbrevia is a compression toolkit for Delphi, C++Builder, Kylix, and Free Pascal.

It supports compressing and decompressing PKZIP, Microsoft CAB, tar, gzip, and bzip2 archives, and can create self-extracting executables. On Windows it also provides Delphi wrappers for the LZMA, Bzip2, and WavPack SDKs, and PPMd decompression.

Source: https://sourceforge.net/projects/tpabbrevia/

11 questions
5
votes
2 answers

Abbrevia ProgressBar

I am using the Open Source Abbrevia Components to Archive some Files into a single Zip, whilst this is happening I am using the TAbMeter Gauge to display the progress. I would prefer to use the TProgressBar for this purpose instead though…
user741875
1
vote
1 answer

How to exclude extraction of root directory using Abbrevia AbZip in Delphi

I need to extract a zip file with Delphi using the Abbrevia ABZIP module. But I would like to exclude files in the root of the zip file. Example: my zip file contains this myfile.txt otherfile.txt directory1\myfile.txt directory2\file.txt Now I…
MyICQ
  • 987
  • 1
  • 9
  • 25
1
vote
1 answer

How do I set a baseline folder in an Abbrevia zip archive?

I'm trying to use Abbrevia to build a ZIP archive. The code looks like this: procedure TMyClass.AddToArchive(archive: TAbZipArchive; const filename: string); var fullname: string; begin FReport.newStep(format('Preparing %s...', [filename])); …
Mason Wheeler
  • 82,511
  • 50
  • 270
  • 477
1
vote
1 answer

How do I monitor and cancel progress of Abbrevia compression?

Delphi Xe4. There is a set of components for data compression : ABBREVIA (http://tpabbrevia.sourceforge.net) It implements LZMA compression, and a module AbLZMA.pas (Lzma compression / decompression routines). Use it : ... Uses ablzma; ... procedure…
Gu.
  • 1,947
  • 4
  • 30
  • 49
1
vote
0 answers

Abbrevia ZIp filename garbled

The Chinese of Win7, I use TAbZipper create a ZIP file, but the zip file on the operating system of the English, the file name of the zip file inside have become garbled.I use the Abbrevia5. How can I do it, in DelphiXE2.
Deming
  • 11
  • 1
0
votes
1 answer

c++builder linker problem with Abbrevia GetIt package : ilink32 error unresolved external

I am trying to use the abbrevia package ( https://github.com/TurboPack/Abbrevia ) with c++Builder in a console application. First i tried to manually install the package. But then i found it on GetIt. Issue persists no matter how it setup the…
ab at f
  • 1
  • 1
0
votes
0 answers

Change content of a zip file with Abbrevia

I have a existing zip archive and want to change a file which is already in the zipfile. Furthermore I want to add an file to the existing zip archive. I tried with TZipFile but it doesn't offer the required functionality. But Abbrevia should be…
Ranga B.
  • 627
  • 10
  • 20
0
votes
1 answer

File occurance check with Abbrevia in Delphi 10.1

I am trying to check a zip file content(drag and dropped) for a specific file and I am using a method like below; procedure TForm1.DropTarget1Dropped(Sender: TObject; const Data: TDragObject; const Point: TPointF); var…
Alper
  • 1,085
  • 3
  • 20
  • 39
0
votes
1 answer

how to add empty folder to abbrevia tar file

i want to create a *.tar.gz file with abbrevia, i'm using below code but empty folders are not added to archive. baseDir contains empty and not empty folders. i have found bugs that fixed about empty…
sddk
  • 1,115
  • 1
  • 10
  • 20
0
votes
3 answers

TurboPower Abbrevia in C++Builder2009

I want install TurboPower Abbrevia 3.05 from http://sourceforge.net/projects/tpabbrevia/ but its not working. :( docu says: _4. Open & compile the runtime package specific to the IDE being used (e.g. B305vr2007.dpk for Delphi2007) Start…
Fintch
  • 1
0
votes
1 answer

Remove zip file item path with Abbrevia

Is it possible to remove a zip file item's path with Abbrevia? After looking at the source code I can not find a method to remove the path of a file. Has anyone tried to do this and if so, how? EDIT I am displaying the contents of a zipfile in a…
Bill
  • 2,993
  • 5
  • 37
  • 71