Go Back   FileForums > Search Forums

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: BLACKFIRE69
Forum: Conversion Tutorials 14-12-2024, 06:03
Replies: 57
Views: 50,624
Posted By BLACKFIRE69
Arrow 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, 01:51
Replies: 3
Views: 1,717
Posted By BLACKFIRE69
Arrow 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, 01:28
Replies: 182
Views: 107,303
Posted By BLACKFIRE69
Arrow 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, 06:19
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow 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, 10:55
Replies: 11
Views: 6,664
Posted By BLACKFIRE69
Arrow 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, 13:26
Replies: 11
Views: 6,664
Posted By BLACKFIRE69
Arrow 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, 04:40
Replies: 3
Views: 2,385
Posted By BLACKFIRE69
Arrow ISCompilerEx.dll: Protect and Compile InnoSetup Scripts with Ease

ISCompilerEx.dll Documentation


Overview

ISCompilerEx.dll is a versatile plugin designed to enhance the capabilities of InnoSetup by allowing script compilation from both local script files...
Forum: Conversion Tutorials 27-08-2024, 10:53
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow FMXInno - Updates

[ FMXInno Cumulative Update - 2024/Aug/28 ]


--- Changelog

* Added Custom Blueprints:
1. 'FAdvancedMemo'
2. 'FAdvancedShape'
3. 'FAdvancedNotification'
Forum: Conversion Tutorials 19-08-2024, 10:05
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
@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 17-08-2024, 23:50
Replies: 0
Views: 2,556
Posted By BLACKFIRE69
Arrow 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, 01:00
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
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, 22:33
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow 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, 08:48
Replies: 10
Views: 8,420
Posted By BLACKFIRE69
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, 03:46
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow FMXInno Community

-- Frequent Requests from the FMXInno Community --
Forum: Conversion Tutorials 23-07-2024, 05:43
Replies: 182
Views: 107,303
Posted By BLACKFIRE69
Arrow Index

i've updated the index. check it out
Forum: Conversion Tutorials 16-07-2024, 04:03
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Thumbs up hmm... cool :p .

hmm...
cool :p

.
Forum: Conversion Tutorials 14-07-2024, 12:36
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow FMXInno Custom Shapes

FMXInno Custom Shapes:





.
Forum: Conversion Tutorials 14-07-2024, 07:19
Replies: 10
Views: 8,420
Posted By BLACKFIRE69
Arrow 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, 06:56
Replies: 182
Views: 107,303
Posted By BLACKFIRE69
Arrow 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 18-06-2024, 23:38
Replies: 182
Views: 107,303
Posted By BLACKFIRE69
welcome to the club then... ;)

welcome to the club then... ;)
Forum: Conversion Tutorials 17-06-2024, 09:10
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow 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, 12:26
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
Arrow 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, 01:08
Replies: 0
Views: 5,737
Posted By BLACKFIRE69
Arrow 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, 13:29
Replies: 866
Views: 388,869
Posted By BLACKFIRE69
this tool is the CLI version of 'FNewINI' and can...

this tool is the CLI version of 'FNewINI' and can be used for preprocessing and automating everything at compile-time.

in the attachment, you'll find a simple example of how to read and configure...
Forum: Conversion Tutorials 26-05-2024, 10:26
Replies: 182
Views: 107,303
Posted By BLACKFIRE69
Showing results 1 to 25 of 500

 
Forum Jump


All times are GMT -7. The time now is 11:04.


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