Click here to Skip to main content
15,893,594 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:28
professionalRajesh R Subramanian10-Sep-08 23:28 
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 
Not that I'll be able to guess and "point out" what exactly would cause this. Normally, you don't have to set the font manually as you are using Unicode.

I don't know your version of VS, so I'll take VS 6.

1. Install the Unicode languages on your system that you would like your app to handle.

2. Create a new project, I'll take the simplest MFC dialog.

3. Drag an edit box on the dialog.

4. Go to the project settings and reach the C/C++ tab. Replace _MBCS with _UNICODE.

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.

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

Works? Smile | :)

Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche

.·´¯`·->Rajesh<-·´¯`·.
[Microsoft MVP - Visual C++]

GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
SandipG 11-Sep-08 1:04
SandipG 11-Sep-08 1:04 
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 

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.