Monthly Archives: December 2016

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 »

OTA Interface Search 1.1 and GitHub

By | December 17, 2016

I’ve just update the Open Tools API Interface Search application to provide the ability to target searches based on a secondary search criteria. You can get more information on the application along with the executable and source code here. I’ve also started to load my Open Tools API related projects on to GitHub (https://github.com/DGH2112/). I’ll… 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 🙂