I am recompiling some old code. got a problem in handling some special characters.got a compilation error: error C2001:newline in constant
the code looks like
I believe this code was compiled successfully before, because this app has been used for a few years. Now all the developers have been gone, I cant get help from them.
BTW, I am using VS2003.
Anyone has an idea ?
Thanks..
it is related to the OS setting. in Windows, my region and language was set to "Chinese". then I got this problem. when I changed it to English, this problem gone.
Interesting !