installed new Visual Studio Version (Visual Studio 2015 Express instead of Visual Studio 2012).
A file with polish language strings doesn't compile anymore now, for example:
const char_t* const myString = "Wkr"oac"tce pojed"zac" w prawo."; //ERROR C3680
What can I do?
Edit: Oh yeah, these triplets are macros like
#define oac "\xc3\xb3"
Regards