Catching memory leaks, redux

I tried to discuss things, that I’ve missed last time.

(Re)Installation of EurekaLog

The new RC is going out today, so I decided that it’s perfect time to write about (re)installation process. Some of you may have troubles with it, while most other don’t.

Access Violation in details

Exception of class EAccessViolation is most common error in Delphi applications. Today I want to discuss it, its reasons and how to deal with it. This post mostly for newbies.

Why should you always use FreeAndNil instead of Free.

The subject is actually speaks for itself. I want to discuss the idea of using FreeAndNil everywhere instead of Free. Give proper arguments to this idea and consider, how EurekaLog fits here too.

Optimal project settings

Today I want to discuss a different project’s settings, which can affect debugging and reporting in your Delphi application.