Click here to Skip to main content
16,011,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian10-Sep-08 23:26
professionalRajesh R Subramanian10-Sep-08 23:26 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini10-Sep-08 23:29
Dhiraj kumar Saini10-Sep-08 23:29 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian10-Sep-08 23:39
professionalRajesh R Subramanian10-Sep-08 23:39 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 0:00
Dhiraj kumar Saini11-Sep-08 0:00 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 0:33
professionalRajesh R Subramanian11-Sep-08 0:33 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 0:43
SandipG 11-Sep-08 0:43 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 0:52
professionalRajesh R Subramanian11-Sep-08 0:52 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 1:04
SandipG 11-Sep-08 1:04 
Rajesh R Subramanian wrote:
I don't know your version of VS, so I'll take VS 6.

Yes it is VS6.0
Rajesh R Subramanian wrote:
2. Create a new project, I'll take the simplest MFC dialog.

3. Drag an edit box on the dialog.

I did same thing.

Rajesh R Subramanian wrote:
4. Go to the project settings and reach the C/C++ tab. Replace _MBCS with _UNICODE.


Done...

Rajesh R Subramanian wrote:
5. Reach the "Link" tab. Select "Output" in the category combo box. Leave the base address empty and set wWinMainCRTStartup as the Entry-point symbol for your app.


This is a must without this you get linker error.

Rajesh R Subramanian wrote:
6. Build and run the app. It must now handle any Unicode language that is installed on your machine.


Tried pasting Japanese string but it shows only square boxes.
Frown | :(
One thing i noticed is wordpad / msword will automatically change the font to MS Gothic when you paste the japanese string. And with notepad unless you change it manually to MS Gothic you cant see the Japanese strings..

Regards,
Sandip.

GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:19
professionalRajesh R Subramanian11-Sep-08 1:19 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 2:08
professionalRajesh R Subramanian11-Sep-08 2:08 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 2:13
SandipG 11-Sep-08 2:13 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 0:45
Dhiraj kumar Saini11-Sep-08 0:45 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:21
professionalRajesh R Subramanian11-Sep-08 1:21 
QuestionRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 1:46
professionalRajesh R Subramanian11-Sep-08 1:46 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 2:34
Dhiraj kumar Saini11-Sep-08 2:34 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 2:40
professionalRajesh R Subramanian11-Sep-08 2:40 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:02
Dhiraj kumar Saini11-Sep-08 3:02 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:14
Dhiraj kumar Saini11-Sep-08 3:14 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 23:26
Dhiraj kumar Saini11-Sep-08 23:26 
RantRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian12-Sep-08 1:21
professionalRajesh R Subramanian12-Sep-08 1:21 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini12-Sep-08 2:18
Dhiraj kumar Saini12-Sep-08 2:18 
QuestionHow to create and array of structs that have their own arrays? [modified] Pin
Electronic7510-Sep-08 20:37
Electronic7510-Sep-08 20:37 
QuestionRe: How to create and array of structs that have their own arrays? Pin
CPallini10-Sep-08 21:08
mveCPallini10-Sep-08 21:08 
AnswerRe: How to create and array of structs that have their own arrays? Pin
Electronic7510-Sep-08 21:18
Electronic7510-Sep-08 21:18 
QuestionRe: How to create and array of structs that have their own arrays? Pin
CPallini10-Sep-08 21:28
mveCPallini10-Sep-08 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.