We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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