Strange, because Qt uses the exact same method for providing widget plugins for Designer... And as far as I know other component technologies (like COM) use that approach as well...
But where does my approach violate any of the above mentioned statements? I don't see a problem for "Blah" being an abstract class declared in the same file as "SomeInterface"...Using an abstract class limits the dependency to a single header file whereas using complex (i.e. non-abstract) classes that must be known to both the app and its plugins force to rely on an intermediate shared library which contains all base plugin classes specifications... (and believe me, this is not an easy way to go, even if its brings great power...)
Bookmarks