www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Operand has a type that is incompatible with the operator 'operator'.
Description
The Compiler has encountered an expression that is not legal due to incompatibilities between the operand types and the operator being used.
Recommendation
Check to make sure that the operand types have the required operations defined for them. If the operand types do not support the operator you are using, you can use a type conversion function to convert the operands to the required types.