JiiPee
2015-09-29 19:09:53 UTC
Many old projects are done using ASCII char set. So when compiling with
VS 2015 it does not accept code like:
CString s;
s.Format("Hey there %i old", 35);
pDC->TextOut(10, 30, s);
Is it possible to change settings so that this would compile without
changing the code? (A lot of old big projects are done like this and its
not reasonable to ask them to convert everything to UNICODE)
I tried MBCS , but it does not work.
VS 2015 it does not accept code like:
CString s;
s.Format("Hey there %i old", 35);
pDC->TextOut(10, 30, s);
Is it possible to change settings so that this would compile without
changing the code? (A lot of old big projects are done like this and its
not reasonable to ask them to convert everything to UNICODE)
I tried MBCS , but it does not work.