Forum: Conversion Tutorials
14-12-2024, 07:03
|
Replies: 57
Views: 34,666
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
08-12-2024, 02:51
|
Replies: 3
Views: 601
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: 81,585
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
27-10-2024, 07:19
|
Replies: 868
Views: 306,148
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,132
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
13-09-2024, 14:26
|
Replies: 11
Views: 6,132
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
30-08-2024, 05:40
|
Replies: 3
Views: 1,883
|
Forum: Conversion Tutorials
27-08-2024, 11:53
|
Replies: 868
Views: 306,148
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: 306,148
@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, 00:50
|
Replies: 0
Views: 1,818
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 ...
|
Forum: Conversion Tutorials
17-08-2024, 02:00
|
Replies: 868
Views: 306,148
FireMonkey is a different story.
while...
FireMonkey is a different story.
while working with FireMonkey (FMX), especially when integrating with native components like WebView2, there're certain limitations due to how FMX and the...
|
Forum: Conversion Tutorials
16-08-2024, 23:33
|
Replies: 868
Views: 306,148
FMXInno - Updates
FMXInno - Updates
* Let me know if you would like to have the FCustomMemo in future updates. it's an advanced Memo component i used previously in the Avalon Installer...
|
Forum: Conversion Tutorials
15-08-2024, 09:48
|
Replies: 10
Views: 5,453
to function correctly, the 'spectrum' requires...
to function correctly, the 'spectrum' requires the xbass.dll to be compiled with a newer version of Delphi. in the last release, i compiled xbass with an older Delphi version to reduce file size, as...
|
Forum: Conversion Tutorials
27-07-2024, 04:46
|
Replies: 868
Views: 306,148
|
Forum: Conversion Tutorials
23-07-2024, 06:43
|
Replies: 172
Views: 81,585
Index
i've updated the index. check it out
|
Forum: Conversion Tutorials
16-07-2024, 05:03
|
Replies: 868
Views: 306,148
|
Forum: Conversion Tutorials
14-07-2024, 13:36
|
Replies: 868
Views: 306,148
|
Forum: Conversion Tutorials
14-07-2024, 08:19
|
Replies: 10
Views: 5,453
XBass_f v4.1
it's nothing but you need to have decoders next to the 'XBass.dll'. In this case, they are 'ogg.dll' and 'vorbis*.dll'.
* What's new with this release:
1. Compiled in Delphi XE to reduce...
|
Forum: Conversion Tutorials
08-07-2024, 07:56
|
Replies: 172
Views: 81,585
Avalon Installer
https://i.ibb.co/WsXNXF1/Avalon-logo.png
Script: Avalon Installer Lite
Engine: FMXInno v1.0.0.2 (by BLACKFIRE69)
Inspired: Avalon Installer (FMXInno v1.0.0.3)
Creator: BLACKFIRE69
|
Forum: Conversion Tutorials
19-06-2024, 00:38
|
Replies: 172
Views: 81,585
|
Forum: Conversion Tutorials
17-06-2024, 10:10
|
Replies: 868
Views: 306,148
FXSignVerifier
App: FXSignVerifier, A Signature Verifier For FMXInno
Date: 2024-June-16
Compiler: Zig v0.12.1
From now on, every FMXInno update attachment will be signed with a digital...
|
Forum: Conversion Tutorials
10-06-2024, 13:26
|
Replies: 868
Views: 306,148
FMXInno - Updates
FMXInno - Final Release [2024-June-10]
What's new:
* Merged Runtime-Scripts into this build.
* 'FNewINI' updated.
- Now you can create a 'FNewINI' from a string.
|
Forum: Conversion Tutorials
07-06-2024, 02:08
|
Replies: 0
Views: 1,987
FMXInno: Hidden Features Revealed
1) Today, I unlock the feature 'Runtime Scripts' for FMXInno for general use.
So, what are 'Runtime Scripts'? They are scripts that run at runtime without needing to be compiled at compile-time....
|
Forum: Conversion Tutorials
28-05-2024, 14:29
|
Replies: 868
Views: 306,148
|
Forum: Conversion Tutorials
26-05-2024, 11:26
|
Replies: 172
Views: 81,585
|