CODESYS Development System
Compiler Warning C0555 Message : The string literal <literal> contains characters that cannot be displayed. The project option 'UTF-8 encoding for STRING' could be used. Possible error causes : Input
CODESYS Development System
Compiler Warning C0565 Message : An 'FB_Exit'-Method of a function block or struct needs an input 'bInCopyCode' of type BOOL. Possible cause : The input bInCopyCode of type BOOL is missing. Correction
CODESYS Development System
Compiler Warning C0566 Message : The FB_ReInit method of a function block or struct must have no inputs and a return value of type BOOL. The FB_ReInit will not be called automatically. Possible cause
CODESYS Development System
Compiler Warning C0567 Message : Interface <interface name 1> does not extend __System.IQueryInterface Possible cause : Every interface of an interface library has to extend __System.IQueryInterface .
CODESYS Development System
Compiler Warning C0568 Message : Interface of overridden method '<method name>' of interface '<function block name>' doesn't match declaration Possible cause : The signature of the method of the first
CODESYS Development System
Compiler Error C0228 Message : No initial value for constant variable '<constant name>' Possible error cause : A constant is not initialized. Error correction : Initialize the constants. Example 422 .
CODESYS Development System
Compiler Error C0234 Message : First Operand of __QueryInterface must be an interface reference or the instance of a function block Possible error cause : Incorrect operands are passed to the operator
CODESYS Development System
Compiler Error C0235 Message : Second Operand of __QueryInterface must be an interface reference Possible error cause : Incorrect operands are passed to the operator __QueryInterface . Error correctio
CODESYS Development System
Compiler Error C0236 Message : Wrong type definition for VAR_EXTERNAL <variable name> Possible error cause : The variable is declared in VAR_GLOBAL / VAR_EXTERNAL as different types. Error correction
CODESYS Development System
Compiler Error C0237 Message : No global definition found for VAR_EXTERNAL '<variable name>' Possible error cause : An attempt is made to declare a variable in VAR_EXTERNAL which does not exist in VAR