Forum: Conversion Tutorials
29-12-2024, 12:51
|
Replies: 0
Views: 409
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...
|
Forum: Conversion Tutorials
14-12-2024, 07:03
|
Replies: 45
Views: 33,032
ISArcExM
This is an example of how to use ISArcEx.dll with an installer created in Delphi, intended to load the DLL from the temp directory, as requested.
LibPath :=...
|
Forum: Conversion Tutorials
13-12-2024, 01:13
|
Replies: 172
Views: 80,405
UnknownsInstaller
Main features or characteristics:
Choice of installer language (Ru, En) if needed, I will make more on request.
One-page, no transitions between pages.
Custom forms for selecting components,...
|
Forum: Conversion Tutorials
13-12-2024, 01:10
|
Replies: 172
Views: 80,405
Game Store 1.0.0.0
Settings via Ini
1. Basic information about the game
2. Number of shortcuts
3. Number of archives
4. Additional software
5. Components
FMX versions: August 28, 2024 :eek:
|
Forum: Conversion Tutorials
08-12-2024, 02:51
|
Replies: 3
Views: 560
Layered.dll - Re-Written in Pure Zig
A few days ago, I met some of my classmates, and I learned that several of them had started game development projects using Zig . After talking to them, I felt motivated and, on my way home, decided...
|
Forum: Conversion Tutorials
08-12-2024, 02:28
|
Replies: 172
Views: 80,405
The index has been updated
The index has been updated. ;)
With the FMXInno package, there're a few examples featuring FMXInno.dll. However, it can sometimes be challenging for the community to create their own installers...
|
Forum: Conversion Tutorials
06-12-2024, 10:39
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
30-11-2024, 07:42
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
29-11-2024, 21:03
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
29-11-2024, 11:57
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
29-11-2024, 07:50
|
Replies: 172
Views: 80,405
add the Chinese language for the project?
@audiofeel Your work is amazing and has helped me a lot. could you add the Chinese language for the project?
https://fileforums.com/attachment.php?attachmentid=38554&stc=1&d=1730205009
This is...
|
Forum: Conversion Tutorials
27-10-2024, 07:19
|
Replies: 868
Views: 304,179
FMXInno - Update
FMXInno Quality Update - [October 27, 2024]
1. Updated `FNewINI` class and `MINI.exe`
- Now reads and saves INI files in UTF-8 without BOM.
2. Updated `FCheckboxTree` class
-...
|
Forum: Conversion Tutorials
17-10-2024, 11:55
|
Replies: 11
Views: 6,040
InnoSetup Private Edition - v1.8 Update
Upcoming InnoSetup Private Edition - v1.8 Update
1. Updated InnoSetup version to the latest available on GitHub.
2. Added built-in Botva2-like components/classes:
* Ability to use...
|
Forum: Conversion Tutorials
17-10-2024, 09:41
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
10-10-2024, 09:15
|
Replies: 172
Views: 80,405
Hi, I really like this script but I have a...
Hi, I really like this script but I have a question if someone can help me to delete the page corresponding to the voices and interface language since I don't need it. I have been deleting everything...
|
Forum: Conversion Tutorials
13-09-2024, 14:26
|
Replies: 11
Views: 6,040
InnoSetup - Private Edition
Project: InnoSetup - Private Edition
Based on: v6.4.0-dev (latest)
Changes by: BLACKFIRE69
What's New:
* Added Setup Directives:
- Cursor
- ResourceFiles
|
Forum: Conversion Tutorials
09-09-2024, 00:57
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
31-08-2024, 15:14
|
Replies: 172
Views: 80,405
Generic Installer
You can call it S.M.A.R.T or Generic Installer, comfortable for all type of games. After some feedback and realizing repacker's love for simple installers, I've tried making a repack where you can...
|
Forum: Conversion Tutorials
30-08-2024, 05:40
|
Replies: 3
Views: 1,847
|
Forum: Conversion Tutorials
27-08-2024, 11:53
|
Replies: 868
Views: 304,179
FMXInno - Updates
[ FMXInno Cumulative Update - 2024/Aug/28 ]
--- Changelog
* Added Custom Blueprints:
1. 'FAdvancedMemo'
2. 'FAdvancedShape'
3. 'FAdvancedNotification'
|
Forum: Conversion Tutorials
19-08-2024, 11:05
|
Replies: 868
Views: 304,179
@audiofeel,
i've provided two examples...
@audiofeel,
i've provided two examples below: one uses regular Checkboxes, and the other uses CheckboxTree. you can use them as a reference.
Note:
i discovered unexpected behavior in MInI....
|
Forum: Conversion Tutorials
18-08-2024, 11:27
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
18-08-2024, 10:04
|
Replies: 172
Views: 80,405
No, I have not tried the previous one to the...
No, I have not tried the previous one to the update, I have been looking at but I do not find the download link, I have discharged the "UWP-Tiles" that is very similar and if it works well, so I...
|
Forum: Conversion Tutorials
18-08-2024, 04:18
|
Replies: 172
Views: 80,405
|
Forum: Conversion Tutorials
18-08-2024, 00:50
|
Replies: 0
Views: 1,794
InnoSetup - Embedded InnoSetup IDE
Embedded InnoSetup IDE
const
IDCC_CONFIRM_CLOSE_FILE = $83;
IDCC_ENABLE_MAIN_MENU = $86;
IDCC_ENABLE_TOOLBAR = $87;
IDCC_ENABLE_STATUSBAR = $88;
IDCC_SHOW ...
|