Click here to Skip to main content
15,888,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unhandled exception at EndDialog. Pin
Le@rner2-Mar-11 21:18
Le@rner2-Mar-11 21:18 
QuestionRe: Unhandled exception at EndDialog. Pin
David Crow3-Mar-11 2:39
David Crow3-Mar-11 2:39 
AnswerRe: Unhandled exception at EndDialog. Pin
Le@rner3-Mar-11 17:15
Le@rner3-Mar-11 17:15 
QuestionRe: Unhandled exception at EndDialog. Pin
David Crow4-Mar-11 2:04
David Crow4-Mar-11 2:04 
AnswerRe: Unhandled exception at EndDialog. Pin
Le@rner4-Mar-11 18:41
Le@rner4-Mar-11 18:41 
GeneralRe: Unhandled exception at EndDialog. Pin
David Crow5-Mar-11 9:58
David Crow5-Mar-11 9:58 
Questioninput multi language in C for window Pin
Nguyen Sy Bang2-Mar-11 17:16
Nguyen Sy Bang2-Mar-11 17:16 
AnswerRe: input multi language in C for window Pin
Andrew Brock2-Mar-11 20:31
Andrew Brock2-Mar-11 20:31 
It is most likely 1 of 2 things wrong.

You don't have the correct language packs installed on your system, so the character is unprintable, or it is not supported by the selected font.
If the character works elsewhere on your computer, like in Wordpad or web pages (excluding wikipedia because it often uses images) then this is not your problem.

The character can't fit into Unicode. Unicode only defines space for 65535 characters. Some characters are out of this range, character sets like UTF-x can go up to a bit over 1.1 million characters (limited by a standard in the case of UTF-8, not the limits of the encoding).
Visual studio provides a Multi-byte option, which I have not used which may be able to help your problem, however the Windows core is coded in Unicode.

Other than this, make sure you have the correct character in the string to begin with.
GeneralRe: input multi language in C for window Pin
Nguyen Sy Bang3-Mar-11 4:40
Nguyen Sy Bang3-Mar-11 4:40 
Questionhow to make CtreeCtrl In CListCtrl Pin
so0_lanhlung22-Mar-11 15:48
so0_lanhlung22-Mar-11 15:48 
AnswerRe: how to make CtreeCtrl In CListCtrl Pin
Hans Dietrich2-Mar-11 16:41
mentorHans Dietrich2-Mar-11 16:41 
AnswerRe: how to make CtreeCtrl In CListCtrl Pin
Rolf Kristensen3-Mar-11 9:19
Rolf Kristensen3-Mar-11 9:19 
QuestionRestoring File Streams with BackupWrite Pin
Richard Andrew x642-Mar-11 15:16
professionalRichard Andrew x642-Mar-11 15:16 
QuestionMFC app doesn't repaint when a non-MFC dll shows a modal dialog [modified] Pin
Mikhail Edoshin2-Mar-11 9:10
Mikhail Edoshin2-Mar-11 9:10 
AnswerRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Albert Holguin2-Mar-11 12:53
professionalAlbert Holguin2-Mar-11 12:53 
GeneralRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Mikhail Edoshin2-Mar-11 23:08
Mikhail Edoshin2-Mar-11 23:08 
GeneralRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Albert Holguin3-Mar-11 3:48
professionalAlbert Holguin3-Mar-11 3:48 
GeneralRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Mikhail Edoshin2-Mar-11 23:29
Mikhail Edoshin2-Mar-11 23:29 
AnswerRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Hans Dietrich2-Mar-11 16:45
mentorHans Dietrich2-Mar-11 16:45 
GeneralRe: MFC app doesn't repaint when a non-MFC dll shows a modal dialog Pin
Mikhail Edoshin2-Mar-11 23:22
Mikhail Edoshin2-Mar-11 23:22 
QuestionOpening Disk Defragmenter from inside a WIN32 app [modified] Pin
dipuks2-Mar-11 9:04
dipuks2-Mar-11 9:04 
AnswerRe: Opening Disk Defragmenter from inside a WIN32 app Pin
David Crow2-Mar-11 9:24
David Crow2-Mar-11 9:24 
AnswerRe: Opening Disk Defragmenter from inside a WIN32 app Pin
Niklas L2-Mar-11 9:25
Niklas L2-Mar-11 9:25 
GeneralRe: Opening Disk Defragmenter from inside a WIN32 app Pin
dipuks2-Mar-11 12:35
dipuks2-Mar-11 12:35 
QuestionStretchBlt problem Pin
csrss2-Mar-11 4:14
csrss2-Mar-11 4:14 

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.