www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
A signature is required here because the 'description' is overloaded.
Description
The Compiler has encountered an ambiguous use of an overloaded operator. The context of the operation does not provide enough information to distinguish between two or more possible operator functions.
Recommendation
Check to make sure that the data types used for the operands are clear and unambiguous. Add a signature if necessary to clearly identify the operator function. Introducing intermediate signals or variables can often solve problems with ambiguous types and operations.