Delphi style classes cannot have multiple base classes.
struct__declspec(delphiclass) base1 {};
struct__declspec(delphiclass) base2 {};
structderived : base1, base2 {}; // Error
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|