My C-Block Template (With Updated DbgLog Class)

The QSpice C-Block code generator is great and compiles nicely with the included Digital Mars compiler (DMC). But I find myself making the same changes to each new project…

To simplify things, I’ve created a C-Block code template that works with the DMC compiler as well as MSVC. It includes a new version of the DbgLog class code.

The template and related code is available on the dev branch of my GitHub repo in the CBlock_Doc folder. The PDF documentation is here if you just want a quick overview.

Perhaps you’ll find this useful. If you try it, let me know if you find problems, have questions, or think of improvements.

–robert

1 Like