Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 29-12-2024, 12:51
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 542
Thanks: 113
Thanked 793 Times in 302 Posts
panker1992 is on a distinguished road
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
Attached Images
File Type: png Decompression.PNG (112.5 KB, 136 views)
File Type: png Settings.PNG (154.2 KB, 131 views)
File Type: png Compression.PNG (110.6 KB, 128 views)
Attached Files
File Type: 7z FoxGUI.1.0.2.7z (4.33 MB, 24 views)
File Type: 7z FoxGUI_HF2.7z (2.97 MB, 1 views)
__________________
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
Reply With Quote
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  
Old 31-01-2025, 05:46
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 542
Thanks: 113
Thanked 793 Times in 302 Posts
panker1992 is on a distinguished road
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.
Reply With Quote
The Following 4 Users Say Thank You to panker1992 For This Useful Post:
kenzo34 (31-01-2025), kj911 (31-01-2025), Lord.Freddy (31-01-2025), shazzla (31-01-2025)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 14:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com