when type line: ACONST ='ý'; // Latin2 char 253 compiler error C101: '''': invalid character constant when type line: ACONST ='a'; compiler ok
Probably because char 253 is in the 'extended ASCII for which no standard exist. Erik