Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Turn on/off unicode in visual c++ 6

Turn on/off unicode in visual c++ 6

Scheduled Pinned Locked Moved C / C++ / MFC
c++algorithmshelptutorial
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    viperlogic
    wrote on last edited by
    #1

    searching the net i have found how to turn off UNICODE in vc7 but cant find where or how to do it in vc++6 please help thanks

    T S 2 Replies Last reply
    0
    • V viperlogic

      searching the net i have found how to turn off UNICODE in vc7 but cant find where or how to do it in vc++6 please help thanks

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      inside stdafx.h, before the other includes,

      #undef UNICODE
      #undef _UNICODE

      1 Reply Last reply
      0
      • V viperlogic

        searching the net i have found how to turn off UNICODE in vc7 but cant find where or how to do it in vc++6 please help thanks

        S Offline
        S Offline
        Stephen Hewitt
        wrote on last edited by
        #3

        To turn off: 1. Select "Project->Settings" from menu. 2. Select "C/C++" tab. 3. In the "Preprocesor definitions" edit:    3a. Remove "_UNICODE" and "UNICODE".    3b. Add "_MSCS". To turn on: 1. Select "Project->Settings" from menu. 2. Select "C/C++" tab. 3. In the "Preprocesor definitions" edit:    3a. Remove "_MSCS".    3b. Add "_UNICODE" and "UNICODE". Steve

        N 1 Reply Last reply
        0
        • S Stephen Hewitt

          To turn off: 1. Select "Project->Settings" from menu. 2. Select "C/C++" tab. 3. In the "Preprocesor definitions" edit:    3a. Remove "_UNICODE" and "UNICODE".    3b. Add "_MSCS". To turn on: 1. Select "Project->Settings" from menu. 2. Select "C/C++" tab. 3. In the "Preprocesor definitions" edit:    3a. Remove "_MSCS".    3b. Add "_UNICODE" and "UNICODE". Steve

          N Offline
          N Offline
          Nibu babu thomas
          wrote on last edited by
          #4

          Stephen Hewitt wrote:

          Remove "_MSCS".

          Stephen Hewitt wrote:

          Add "_MSCS".

          Stephen shouldn't it be _MBCS?


          Nibu thomas Software Developer

          V S 2 Replies Last reply
          0
          • N Nibu babu thomas

            Stephen Hewitt wrote:

            Remove "_MSCS".

            Stephen Hewitt wrote:

            Add "_MSCS".

            Stephen shouldn't it be _MBCS?


            Nibu thomas Software Developer

            V Offline
            V Offline
            viperlogic
            wrote on last edited by
            #5

            thx for the replys taught it would help me with an error im getting but no luck there see here for my error http://www.codeproject.com/script/comments/forums.asp?forumid=1647&fr=101&select=1392516#xx1392516xx

            1 Reply Last reply
            0
            • N Nibu babu thomas

              Stephen Hewitt wrote:

              Remove "_MSCS".

              Stephen Hewitt wrote:

              Add "_MSCS".

              Stephen shouldn't it be _MBCS?


              Nibu thomas Software Developer

              S Offline
              S Offline
              Stephen Hewitt
              wrote on last edited by
              #6

              Oops. You're right, it should be _MBCS. Steve

              N 1 Reply Last reply
              0
              • S Stephen Hewitt

                Oops. You're right, it should be _MBCS. Steve

                N Offline
                N Offline
                Nibu babu thomas
                wrote on last edited by
                #7

                Was wondering about that since you wrote it twice.


                Nibu thomas Software Developer

                S 1 Reply Last reply
                0
                • N Nibu babu thomas

                  Was wondering about that since you wrote it twice.


                  Nibu thomas Software Developer

                  S Offline
                  S Offline
                  Stephen Hewitt
                  wrote on last edited by
                  #8

                  A text book example of a cut and paste error (the second one). Steve

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups