This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Please, why ´´ invalid character constant ´´

when type line:

ACONST ='ý'; // Latin2 char 253

compiler error C101: '''': invalid character constant

when type line:

ACONST ='a';

compiler ok

0