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. how to convert a project to non UNICODE

how to convert a project to non UNICODE

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorialcareer
5 Posts 3 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.
  • O Offline
    O Offline
    OO P
    wrote on last edited by
    #1

    Hello everybody, I got a project when i execute the project an error occurs so i want to convert the project to non UNICOE project can you help me thanx . Getin, getout and get the job done

    W T 2 Replies Last reply
    0
    • O OO P

      Hello everybody, I got a project when i execute the project an error occurs so i want to convert the project to non UNICOE project can you help me thanx . Getin, getout and get the job done

      W Offline
      W Offline
      W Hammer sledge
      wrote on last edited by
      #2

      Try changing the configuration of your project to win32debug or win32release. sledge

      1 Reply Last reply
      0
      • O OO P

        Hello everybody, I got a project when i execute the project an error occurs so i want to convert the project to non UNICOE project can you help me thanx . Getin, getout and get the job done

        T Offline
        T Offline
        Taka Muraoka
        wrote on last edited by
        #3

        Dude, you need to post exactly what the error is. Otherwise you're very unlikely to get a response, Converting the app to ANSI may well be (and probably is) the wrong thing to do.


        "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

        O 1 Reply Last reply
        0
        • T Taka Muraoka

          Dude, you need to post exactly what the error is. Otherwise you're very unlikely to get a response, Converting the app to ANSI may well be (and probably is) the wrong thing to do.


          "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

          O Offline
          O Offline
          OO P
          wrote on last edited by
          #4

          Hello ,and thanx for responding no errors on compilation but in execution i got this : Linking... LINK : fatal error LNK1104: cannot open file "mfc42ud.lib" Error executing link.exe. CmeUD.exe - 1 error(s), 0 warning(s) I talked to some one and he said convert it to non UNICODE project is that right and how thank you very much bye.

          T 1 Reply Last reply
          0
          • O OO P

            Hello ,and thanx for responding no errors on compilation but in execution i got this : Linking... LINK : fatal error LNK1104: cannot open file "mfc42ud.lib" Error executing link.exe. CmeUD.exe - 1 error(s), 0 warning(s) I talked to some one and he said convert it to non UNICODE project is that right and how thank you very much bye.

            T Offline
            T Offline
            Taka Muraoka
            wrote on last edited by
            #5

            Good grief. Whoever you spoke to doesn't really know what he's talking about! MFC42UD.LIB is the Unicode debug version of the MFC runtime library (the ANSI version is MFC42D.LIB). If you run the VS installer again, there will be an option to install the Unicode libraries. Make sure it's in your link path as well. This will take you 5 minutes to do. Depending on how big your app is, converting it to ANSI could take days or weeks! :-) Your friend might be thinking that you can just undefine UNICODE and _UNICODE but things are never this simple! :roll: :-D


            "Sucks less" isn't progress - Kent Beck [^] Awasu 1.1.3 [^]: A free RSS reader with support for Code Project.

            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