Steve Peacocke
Number 3 in the series on Technical Leadership. Makes Decisions for the Team I was surprised to find that this section was more difficult to write for several reasons. the title “makes decisions for the… … Read more
15 years ago 0
Bob Swart
There’s a change in the SQL Server DBX4 driver for Delphi and C++Builder 2010, which not all developers may have noticed. The readme.htm states in the Database Changes section for dbExpress, the following: “MSSQL driver… … Read more
15 years ago in Delphi, C++(Builder)0
Fletch
Last Friday, while I was getting ready to setup a profiling session for the weekend I ran into a problem. My profiling tool – ProDelphi – would not run. A rather generic error message would… … Read more
15 years ago in Bizarre, Delphi, Delphi Programming, Profiling, Uncategorized0
Fletch
Last Friday, while I was getting ready to setup a profiling session for the weekend I ran into a problem. My profiling tool – ProDelphi – would not run. A rather generic error message would… … Read more
15 years ago in Bizarre, Delphi, Delphi Programming, Profiling, Uncategorized0
Barry Kelly
I just spotted a paper that I didn’t know existed before. Abstract: Done well, separation of concerns can provide many software engineering benefits, including reduced complexity, improved reusability, and simpler evolution. The choice of boundaries… … Read more
15 years ago 0
Anders Melander
Version 5.1 of the Drag and Drop Component Suite has been released. This is primarily a bug fix release. Specifics in the changelog. Enjoy! … Read more
15 years ago in Delphi, DragDrop0
Barry Kelly
Some C++ aficionados point at the ability, in C++, to create an object such that the creation allocates some kind of resource, and the destruction frees the resource, with much glee. The idiom is RAII:… … Read more
15 years ago in anonymous methods, Delphi, RAII0
Anonymous
Many times, I needed a way to let my Delphi/FPC applications to connect to an SSH server, execute some commands, and get its results. Now I’m publishing a simple class based on Synapse’s TTelnetSend class… … Read more
15 years ago 0
Barry Kelly
Anonymous methods may have associated state. In particular, all variables that an anonymous method captures need to be kept alive so long as the anonymous method is callable. For this reason, anonymous methods are implemented… … Read more
15 years ago 0
Sean
Advance warning: This post is only of use to people using Lightspeed or suffering from insomnia. The problemFor my current c# project, I am using Mindscape’s Lightspeed O/R framework. Lightspeed is a mighty fine product… … Read more
15 years ago in .NET, lightspeed0
Wings of Wind
Working on the FileSuite (yes, we renamed the product – we think that this new name shows better what we try to achieve) we found what should be certainly labeled as the Best. Programming Feature…. … Read more
15 years ago in Delphi, FileSuite, RAD Studio 2010 Reviews0
thomas pfister
After a really long time Nevrona Designs have published Rave 8 BEX for Delphi 7 – 2010. It’s available on the “registereduser”-Page from Nevrona. I plan this weekend to update the AddOn’s for Rave8, which… … Read more
15 years ago in Rave 8 BEX0
Barry Kelly
Delphi 2010 includes extended support for RTTI, also known as run-time type info or reflection. Many design approaches that have previously only been possible with managed languages like C# and Java because of the code… … Read more
15 years ago 0