On Wed, Nov 26, 2008 at 11:15 AM, Mike Arthur <span dir="ltr"><<a href="mailto:mike@mikearthur.co.uk">mike@mikearthur.co.uk</a>></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>
> > I noticed when I run CMake for Visual Studio 9 2008 it sets my project to<br>
> > "Multibyte Character Set" instead of Unicode. Is there a way to force<br>
> > CMake to set the "Character Set" option to "Use Unicode Character Set"?<br>
</div>In Visual Studio this just sets CFLAGS on the commandline. You can't actually<br>
change the option but you can set the CFLAGS to do the same thing.<br>
<br>
I can'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't exactly undefine _MBCS does it?<br>