Button.cpp
C:\upp\uppsrc\CtrlLib/Ctrl.iml : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss
C:\upp\uppsrc\CtrlLib/Ctrl.iml(2) : error C2001: newline in constant
C:\upp\uppsrc\CtrlLib/Ctrl.iml(3) : error C2001: newline in constant
(and the following 100 same lines...)
I had done and checked Setup->Automaitc setup,
All directory are correct,
and I had also installed Win32SDK.
What should I do now ?
Thank you very much.
(Chameleon is cool!)
Unfortunately, this is a "feature" of MSC8 - it fails this way if you are using some codepage in XP. It has some related troubles with strings as well and frankly, I am not sure what to do with that.
Well, there is one thing - there will be new .iml format using straight numbers instead of strings...