#1
|
||||
|
||||
FoxGUI ~ (Arc.exe\Unarc.dll)
I have been coding the past year non stop, i created this small project with the aim to help automate some packing and unpacking done in cmd in 2024~5
You can add your own arc.exe/unarc.dll with fa protection, your own methods change the location of your tools! You can unpack using unarc.dll or arc.exe. I have created a tab called Mustering which you can put archives in priority and it will start the pack sequence, in FIFO mode. Hope you like it. Huge thanks to Bulat Zingansin for creating this beautiful tool 'Freearc' and Zee for motivating me to start in Delphi! Happy New Year
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. Last edited by panker1992; 04-02-2025 at 05:44. Reason: Update 1.0.2 |
The Following 19 Users Say Thank You to panker1992 For This Useful Post: | ||
ADMIRAL (30-12-2024), alnaloty (30-12-2024), audiofeel (29-12-2024), Behnam2018 (29-12-2024), DomoVoi_96 (30-12-2024), hdneo (02-02-2025), hitman797 (30-12-2024), kenzo34 (30-12-2024), kj911 (30-12-2024), L33THAK0R (29-12-2024), Lord.Freddy (29-12-2024), mausschieber (29-12-2024), nordi (25-01-2025), ScOOt3r (30-12-2024), shazzla (29-12-2024), TheTh1996 (31-12-2024), Valtus (30-12-2024), Wanterlude (30-12-2024), ZAZA4EVER (11-01-2025) |
Sponsored Links |
#2
|
||||
|
||||
V 1.0.2
FoxGUI
Version 1.0.2 Removed native unarc.dll and wrote an unarc.exe to handle them instead unarc.exe can use unarc.dll and 7z.dll (x86) to extract files check with unarc.exe -h It also features new shared memory technology and you cna put it to your pgoram and read the following values. type TSharedMemoryData = record Progress: double; ArchiveType: integer; ProgressString: String[255]; InputFile: String[255]; OutputFolder: String[255]; TempFolder: string[255]; ArcIni: string[255]; Password: string[255]; Extractingfile: string[255]; StartPercentage: integer; percent: integer; GlobalProgress: double; end; Write for example while unarc.exe running label1.text := SharedValue^.Progresstostring; or show the file that is extracting by calling SharedValue^.Extractingfile; FoxGUI took some changes to make it more stable, fixed some bugs including values not passing on archive mustering! Hope you like this , it took much effort
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45. |
The Following 4 Users Say Thank You to panker1992 For This Useful Post: | ||
![]() |
Thread Tools | |
Display Modes | |
|
|