I forgot to tell you something as i was quite busy. And i will present one thing i have been busy on.
Delphinus: StrictVersionScheme is coming!
In the near future i’ll introduce a strict versionscheme on how to name them. Here are the details and why.
Delphinus: Websetup and support for Experts and precompiled binaries
This update includes a new Websetup and more features to Delphinus itself
Delphinus: New UI and no external SSL-Libraries anymore
It’s been some time since my last post. While it was quite here, i continued my work on Delphinus (quite slow to be honest as other things kept me busy). However i have just finished 2 points on my list, so it is time for a little update.
Delphinus PackageManager for Delphi XE and Newer
Delphinus is a new Packagemanager i have been working on for the past weeks. It runs on Delphi XE and Newer, directly from within your IDE.
AsciiImage for Delphi: GDI-Downsampling, FireMonkey and more!
During the last few days i changed a lot, and today i’ll show you the results.
AsciiImage for Delphi
I just finished a first version of an AsciiImage-Implementation for Delphi. It’s available on Github.
Delphi XE: Reading basic information from a DCP-File
During this Article, I’ll show how to read some very basic information from Delphi’s DCP-Files. This includes name of BPL to link with, required DCPs and contained Units.
First release of the D16SDK
This is the first release of the D16SDK for Notch’s DCPU16. It implements an IDE, Debugger, Emulator and Pascal-Like compiler. Everything is still in heavy development but at a point to play with it.
GenesisPrecompiler for LiteC v0.5
Today i released version 0.5 of my Precompiler. The update includes: Bugfix: stringcontent is ignored now when parsing methodcontent. Its now possible to use single and/or multiline comments. You can now use private/protected/public to define the accessspecifiers as you do in C++ Implicit “this”. Inside a method, you no longer need to write “this” before […]