how to convert a project to non UNICODE
-
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
Try changing the configuration of your project to win32debug or win32release. sledge
-
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
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.
-
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.
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.
-
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.
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.