CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2011
    Posts
    8

    How do I support Unicode in my current VC++.net project?

    Currently my project is VC++.net written in Visual studio 2010. I need to support Unicode in this project. I changed my project properties that is Configuration Properties->Character set from Use Multi-Byte Character Set to Use Unicode Character Set. Then when building, lot of errors is coming. Is there any other way to do this?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: How do I support Unicode in my current VC++.net project?

    I guess you should fix the errors.
    BTW, what kind of errors do you get?
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: How do I support Unicode in my current VC++.net project?

    .NET code uses Unicode by nature, regardless of the character set project setting, so I suspect the problem originates elsewhere.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured