Wings of Wind
The usual “off-line” comment: Guys, we’re preparing FileSuite 2. Many interesting things inside – many bugs fixed, folder constraints more scripting commands and, of course, Shell Events. On of the main themes of this release… … Read more
15 years ago in Delphi, Design, Feature Requests, Polls, Thoughts on Software0
thomas pfister
It seems that the Nevrona Server haven’t all files from the Tip&Trick-Page. I’ve received this week two emails with the “I miss the zip-file from Tip #72”.Well, here is the zip-file to download.In the next… … Read more
15 years ago 0
Bob Swart
I found a little gotcha when installing Delphi Prism after SQL Server 2008 Express with Advanced Services (and without installing another edition of Visual Studio). … Read more
15 years ago in .NET, SQL, Databases0
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