Most of us probably know this book and read it before. But I felt like I need to add it to the list of books
Using the MailSlot as logging target
Recently I implemented the logging target to the Windows Mailslots in our internal logging system. All the applications and services register this target by default at
Delphi Tokyo 10.2.3 early review
Today we switched from Berlin to Tokyo. I was a bit scared in the beginning that we will have a lot of issues when migrating.
Using Value Objects to simplify development
In this post I will show one simple example of designing the Value Object pattern for handling the ADO MSSQL Server connection string. This is
Making installer for Delphi project
I remember times I have used InnoSetup for creating the installations of the software applications. In those times there were also other tools like Nullsoft and similar. From
Fixing permanently the TWinControl 64 character limit
Once you have the TWinControl descendant with the class name longer than 64 characters you cannot construct it: Related SO question: https://stackoverflow.com/questions/14446979/why-do-i-get-access-violations-when-a-controls-class-name-is-very-very-long Related QC entry: http://qc.embarcadero.com/wc/qcmain.aspx?d=112101 The