What's cooking?

Development Diaries

Technical notes from the corners of software development we spend time in: C++ Builder, Qt, Delphi Athens, profilers, hooks, and Windows diagnostics.

  • C++ Builder

    Hot reloading QT C++ using Live++

    C++ development lifecycle consists of coding and waiting for the compiler to compile and link. Sometimes the compiler takes many minutes — sometimes hours — to generate a resultant executable. Precious development time is spent waiting. Live++ saves time and increases productivity.

    Learn more...
  • C++ Builder

    Accelerate your Apps using the Superluminal Performance Profiler.

    Accelerate your app's performance using SuperLuminal's modern cutting-edge profiler for C++ Builder's ModernX 64-bit compiler. Priced affordably, with a one-time purchase if buying an individual license.

    Learn more...
  • Delphi, C++ Builder, RadStudio

    Powerful VCL Code Hooks in Delphi Athens on Windows

    Andy's VCL Fix Pack is a Delphi open-source unit that fixes VCL and RTL issues at runtime by patching the original functions. Here's one way to fix Delphi bug QC15408.

    Learn more...
  • C++ · QT

    QT Windows Exception Logging Technique

    A small code snippet to handle QT Windows Structured Exception Handling (SEH).

    Learn more...