Category: windows
I have posted a question on stackoverflow.com and it got answered within a few minutes. Then I realized how stupid this bug was. I have a Delphi project that was …
This article will compare the floating point performance based on the following piece of Pascal code, between the Delphi 2007 and XE3 to see the difference at different configurations …
Delphi is a handy tool to develop the COM (Component Object Model) DLL. A *_TLB.pas will be generated by the compiler automatically from the *.tlb (Type Library File) which …
The inline keyword in Delphi is a powerful optimization feature that instructs the compiler to replace a function or procedure call with its actual code, eliminating the overhead of …
The Delphi has been out of the mainstream programming languages for a while. It is not because it is not good. There are many reasons that it is not …