I was wondering if it's possible for one ATL wizard-generated class to inherit directly from another ATL wizard-generated base class. When I tried adding the inheritance syntax to the derived class declaration, I got all sorts of squiggly error
lines around the ATL COM map macros. Can it be done by removing those macros? Or some other way? Thanks for any input. I'm still just beginning to learn how ATL works.
Well I've got two classes, which are property handlers (you may remember me from my other questions). I realized that one property handler does everything that the other does, but needs to override just a little bit of functionality. So even
though they have to be two different handlers, which are registered, instantiated, etc., I was wondering if one could inherit from the other.