Delphi style classes cannot be derived virtually, not even from other Delphi style classes.
struct __declspec(delphiclass) base {}; struct derived : virtual base {}; // Error
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|