Markus
Markus
Either JCL or JVCL (if you don't know these: [https://github.com/project-jedi/jvcl](https://github.com/project-jedi/jvcl) and [https://github.com/project-jedi/jcl](https://github.com/project-jedi/jcl) do contain a Pascal script engine as well.
It would be a really nice service if you could put these components into GetIt, so your users have it easier to install them. How to do that? Rather simple....
I have a VST in reprot mode and some columns defined in the header. Now I want to implement some kind of word wrap and had the idea to insert...
Given a VST containing a node and a subnode. The node displays a + button for expanding/displaying the sub node. It even displays that indicator when the sub node has...
I just tried to find out how to use DUnitX with a FMX GUI runner (in order to be able to run tests on other platforms as Windows as well)....
This is the only really left thing of #2: implement the Tiger128 and Tiger160 hash algorithms. While this can be done and will eventually done importance of this is considered...
The Hash FMX demo app crashes when compiled as release mode Android 32 app. When compiled as Android 32 bit debug mode app it works. The reason is not known...
I do guess that you forked from this one: [https://github.com/Winkelsdorf/DelphiEncryptionCompendium](https://github.com/Winkelsdorf/DelphiEncryptionCompendium) Which got quite some changes over the last few years to make it cross platform compatible, fix bugs, transform the...
Here is some contribution: on startup of the wizard it checks if the installed IDE versions or the created IDE configurations changed and if yes (and the user didn't opt...
1. I just unzipped the ZIP file 2. renamed the folder that created into DelphiCodeCoverageWizard 3. opened the project in D10.4.2. 4. Pressed F9 Exp.: project compiles Act.: failure message...