How can I display Japanese characters in an application ?
-
I have a VC++/MFC application.This was in ancient code, visual studio 6. While compiling it in VS2010 it gave tons of errors and required changes in settings. I got good guidance from http://www.codeproject.com/Members/Jochen-Arndt. Now my project is compiling/linking and .exe file is also launching. While the application is running since output is in Japanese so in English OS it shows all junk characters. Now i take the whole code base to Japanese windows OS, compile the code and run the application there, Why do I still see the junk characters on application dialogue boxes/captions/ Labels ? Any area you can hint I can look into display caption/labels/dialogue box in Japanese ? Please help.
-
I have a VC++/MFC application.This was in ancient code, visual studio 6. While compiling it in VS2010 it gave tons of errors and required changes in settings. I got good guidance from http://www.codeproject.com/Members/Jochen-Arndt. Now my project is compiling/linking and .exe file is also launching. While the application is running since output is in Japanese so in English OS it shows all junk characters. Now i take the whole code base to Japanese windows OS, compile the code and run the application there, Why do I still see the junk characters on application dialogue boxes/captions/ Labels ? Any area you can hint I can look into display caption/labels/dialogue box in Japanese ? Please help.