Archive
Sunday, 20. May 2018
0
votes

Don't Just Code in Delphi, Think in Delphi
Cape Cod Gunny Does Delphi
– I have always struggled with fully understanding the object oriented nature of Delphi. I still struggle with it today. For example, I have tried to read Nick Hodge's book "Coding in Delphi" three times and can't get past page 23. I'm currently on page 96 of Pawel Glowaki's book "Expert Delphi" ...
1
vote

Introducing MultiBuilder
The Delphi Geek
– When I'm working on OmniThreadLibrary, I have to keep backwards compatibility in mind. And man, is that hard! OmniThreadLibrary supports every Delphi from 2007 onward and that means lots of IFDEFs and some ugly hacks.Typically I develop new stuff on Berlin or Tokyo and then occasionally start a ...
0
votes

One of my favourite ways of multi-threading on Windows
Delphi and stuff
– Having blogged about a few bugs in multi-threading libraries recently, I want to show an easy and convenient alternative. It's minimalistic but it works. On Windows, the I/O completion port offers a way to use a thread pool for your multi-threaded application. Designed primarily for efficient ...