Re: [CMake] Remove _MBCS

2013-02-21 Thread YanmingZou
Hi All, Thank you very much. I found the reason. It is a spelling error. (UINCODE, not UNICODE) How stupid I am. Thanks again. Best regardsYanming Date: Wed, 20 Feb 2013 07:35:57 -0600 From: pjohnmeyer+cm...@gmail.com To: ym...@hotmail.com CC: cmake@cmake.org Subject: Re: [CMake] Remove _MBCS

Re: [CMake] Remove _MBCS

2013-02-20 Thread YanmingZou
To: cmake@cmake.org Subject: Re: [CMake] Remove _MBCS On 2013-02-18 10:00, YanmingZou wrote: I am developing an application on windows with VS2012 and CMake (2.8.10.2). I want to use unicode in my program, so I add UNICODE and _UNICODE with ADD_DEFINITIONS. However, there is always a _MBCS

[CMake] FW: Remove _MBCS

2013-02-19 Thread YanmingZou
Hi, Who can give me a hand? thanks. Yanming From: ym...@hotmail.com To: cmake@cmake.org Date: Mon, 18 Feb 2013 09:00:07 + Subject: [CMake] Remove _MBCS Hi, I am developing an application on windows with VS2012 and CMake (2.8.10.2). I want to use unicode in my program, so I add UNICODE

[CMake] Remove _MBCS

2013-02-18 Thread YanmingZou
Hi, I am developing an application on windows with VS2012 and CMake (2.8.10.2). I want to use unicode in my program, so I add UNICODE and _UNICODE with ADD_DEFINITIONS. However, there is always a _MBCS marco in the generated project file. The project can be compiled, but I am not happy with