www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Others must be the only choice in a selected alternative.
Description
The Compiler has encountered an illegal use of the choice others, it may not be or'd with another choice. For example, a case of the following form is illegal:
when '000' | others => .....
Recommendation
Check to make sure that the others choice is the only choice in the selected alternative. You can probably remove the or'd choice.