Recent Posts

Dates are not numbers

1 minute read

One of the other developers that I work with had a question about inserting some date values into a SQL Server database.  The code in question is doing a bat...

Hidden gotcha in FreeAndNil()

2 minute read

Time to go memory leak hunting in my service. I’m using AutomatedQA‘s AQTime 4, a really cool tool. I’ve used it’s profiling features in the past, but not th...

Poor man’s guide to memory usage tracking

3 minute read

I have a service and I need to make sure that it doesn’t have a memory leak after running for a sustained length of time.  I’m doing all the good stuff in co...

Migrating to Delphi 2006

3 minute read

I’ve been working on migrating our Delphi 5 code to Delphi 2006.  For the most part it’s been pretty straight forward, the fun part has been dealing with the...