Tips for debugging COM AddRef/Release leaks

In Windows environment, adding an accessibility support to a program means you'll have to do a lot of COM coding. For example, IRawElementProviderSimple is the most fundamental interface you should implement for every provider. So at first I started developing providers with ATL and throughout the process I learned few tips I'd like to share here: 1. Add the '_ATL_DEBUG_INTERFACES' … Continue reading Tips for debugging COM AddRef/Release leaks