On Wed, Nov 26, 2008 at 11:15 AM, Mike Arthur <span dir="ltr">&lt;<a href="mailto:mike@mikearthur.co.uk">mike@mikearthur.co.uk</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wednesday 26 November 2008 16:54:13 Robert Dailey wrote:<br>
&gt; &gt; I noticed when I run CMake for Visual Studio 9 2008 it sets my project to<br>
&gt; &gt; &quot;Multibyte Character Set&quot; instead of Unicode. Is there a way to force<br>
&gt; &gt; CMake to set the &quot;Character Set&quot; option to &quot;Use Unicode Character Set&quot;?<br>
</div>In Visual Studio this just sets CFLAGS on the commandline. You can&#39;t actually<br>
change the option but you can set the CFLAGS to do the same thing.<br>
<br>
I can&#39;t remember what they are off the top of my head though and too busy to<br>
check.</blockquote></div><br>Well I could probably define _UNICODE on the command line, right? But if I do this it doesn&#39;t exactly undefine _MBCS does it?<br>