RAD Studio
ContentsIndex
PreviousUpNext
E2463: 'base' is an indirect virtual base class of 'class' (C++)

You can't create a pointer to a C++ member of a virtual base class. 

You have attempted to create such a pointer (either directly, or through a cast) and access an inaccessible member of one of your base classes.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!