CODESYS Development System
Compiler Error C0061 Message : Bitaccess on function call is not allowed Possible error cause : Bit access is performed on a function. Error correction : Use bit access only for supported data types.
CODESYS Development System
Compiler Error C0062 Message : '<variable name>' is no structured variable Possible error cause : A variable that is not a structure variable is treated like a structure variable. Error correction : M
CODESYS Development System
Compiler Error C0064 Message : Dereferencing requires a pointer Possible error cause : A variable that is not a pointer variable is "dereferenced". Error correction : "Dereferencing" only variables th
CODESYS Development System
Compiler Error C0013 Message : At least one statement is expected. Possible error cause : At least one statement is expected at some positions in the code. For example, in the THEN and ELSE part of an
CODESYS Development System
Compiler Error C0020 Message : '<statement>' is no valid statement Possible error cause : Syntax error (for example, too few or too many characters) Error correction : Make sure that the syntax is cor
CODESYS Development System
Compiler Error C0022 Message : '<operator>' needs exactly '<number of operands>' operands Possible error cause : Too many or too few operands are assigned to an operator. Error correction : Assign the
CODESYS Development System
Compiler Error C0023 Message : '<operator>' needs at least '<number of operands>' operands Possible error cause : Too few operands are assigned to an operator. Error correction : Assign the required n
CODESYS Development System
Compiler Error C0026 Message : Identifier expected instead of '<invalid identifier>' Possible error cause : An invalid identifier is passed to a method. Error correction : Use valid identifiers. Examp