Category: delphi
Embarcadero has just released Delphi 10.1 Berlin on 20/April/2016. The CompilerVersion for Delphi 10.1 Berlin is 31 and the defined symbol is VER310. So you can have something like …
I have recently migrated my project from Delphi 2007 to Delphi XE8 (and Seattle). It is a COM+ DLL and all API interfaces stay the same. However, for backward …
I wrote a Chinese Chess freeware in 2005 (ten years) ago (as the bachelor final year project). The project was initially written and compiled under Delphi 7. Later I …
From Delphi XE7, there is a Parallel.For. There is also a OmniThreadLibrary (OTL) but it doesn’t compile on D2007 because there is no support for Generics and Anonymous methods …
Tasks / Threads created by TParallel are more or less persistent which might be good for reusability. However, I would like to see a class method for cleaning up. …