RAD Studio
E2060: Illegal use of floating point (C++)
Floating-point operands are not allowed in these operators
shift (SHL, SHR)
bitwise Boolean (AND, OR, XOR, NOT)
conditional (? :)
indirection (*)
certain others
The compiler found a floating-point operand with one of these prohibited operators.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic?
Send feedback!