RAD Studio
ContentsIndex
PreviousUpNext
E2093: Operator 'operator' not implemented in type 'type' for arguments of the same type

The operator you are calling is not defined in this class. When you have an expression: x + x, where x is of type class X, the operator + has to be defined in class X and be accessible.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!