Tag Archives: C++ Builder

The Trials and Tribulations of RegEx’ing and Other Stories…

By | March 4, 2017

RegEx’ing C++ So I thought I was on to something using expandable macros to create complex regular expressions. I managed to defined an expression that recognised C++ class definitions and match these throughout all my C++ code (I still had to write all the DUnit tests). So what am I talking about. In a previous… Read More »

DUnit Testing in C++ Builder

By | December 30, 2016

Overview So while building a new OTA project to provide C++ Builder with Ctrl+Shift+Up/Down code navigation and code completion functionality I needed to write some C++ DUnit tests. Now I know that DUnit is no longer being developed and that I should use DUnitX but since I know the framework and am already learning C++… Read More »

The Open Tools API using C++ Builder

By | December 5, 2016

Overview A week or so ago Alex Bassi was asking on the CPP Slack channel how to do Open Tools API stuff in C++ Builder. I had started looking into this a while ago but found a few hicups along the way and put it all on the back burner until I had more time.… Read More »

C++ OTA Template Code

By | December 3, 2016

This is just a quick post to let you know there is now C++ Open Tools API example code available from the below page. C++ OTA Template I’ll be blogging on how it all works shortly but I’ll be out cycling tomorrow 🙂

Multi-IDE Expert Manager

By | June 19, 2016

I’ve written an Expert Manager for multiple IDEs and decided to publish it rather than keep it as an internal project as it might be useful to those who manage multiple IDEs when developing OTA solution. I needed a tool that could edit multiple IDE installations and debugging points all at the same time and… Read More »

Object Pascal to C++ Coding Reference

By | June 17, 2016

Because I’ve started to develop more applications using C++ Builder (mainly internal utilities) recently I’ve created a reference page (Object Pascal to C++ Builder Coding) to document all the information I’ve found regarding how to achieve some particular aspect of coding which I might take for granted in Delphi but which I either didn’t know… Read More »