Tag Archives: IOTANotifier

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 🙂

Notify me of everything… – Part 1

By | November 7, 2016

Overview I was going to blog about Unit Testing non-public members of classes using inheritance, class helpers and test interfaces but the more I refactored my piece of legacy code into smaller classes and interfaces the less valid my methods seemed to become. I may still write something about this but for now here's something… Read More »

Chapter 7: IDE Compilation Events

By | August 5, 2011

The interface(s) were are going to look at are the IOTAIDENotifierXxx interfaces. Now when implementing these interfaces its important to implement ALL the inherited interfaces, else the methods signatures of these versions will NOT be called. I’ve recently made this mistake again and wondered for an hour why my Delphi 2010 project manager menu didn’t… Read More »