Thread: VS .net project setting question

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    36

    VS .net project setting question

    below is a link for a "character set" setting...

    http://img19.photobucket.com/albums/...r/untitled.jpg

    please explain what different values for this seting mean...

    i making a unicode-aware program and i have a message box which supposed to show message in russian...
    i found out that value of the above setting ("character set") if set to "unicode" makes the russian message unreadable whle with other two values message box shows correct text....

    and on the same subject... if i write in VS editor text say on russian or in chinese, when the program compiles what will be the nature of strings? will they be a unicode string=wide-character string?

    thanks

  2. #2
    sockets mad
    Join Date
    Mar 2002
    Posts
    126
    search the internet for information on creating Unicode applications. Also, the VS .net help files have a large amount of information on character sets and Unicode.
    C/C++ Support IRC Channel

    Server: irc.dal.net Channel: #csupport

    Come along and help make it a great resource for the community.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. .NET Windows Application Question
    By obaid in forum Windows Programming
    Replies: 2
    Last Post: 04-17-2008, 06:33 AM
  2. Setting up a project
    By warfang in forum C++ Programming
    Replies: 6
    Last Post: 04-22-2007, 10:11 AM
  3. question about char's in .net
    By ssjnamek in forum C++ Programming
    Replies: 2
    Last Post: 04-10-2005, 03:45 PM
  4. setting istream states question
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-18-2001, 12:04 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM