Click here to Skip to main content
16,005,236 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp Please. Pin
FISH7867-Mar-09 14:08
FISH7867-Mar-09 14:08 
AnswerRe: Help Please. Pin
«_Superman_»7-Mar-09 14:31
professional«_Superman_»7-Mar-09 14:31 
GeneralRe: Help Please. Pin
FISH7867-Mar-09 14:37
FISH7867-Mar-09 14:37 
GeneralRe: Help Please. Pin
«_Superman_»7-Mar-09 14:40
professional«_Superman_»7-Mar-09 14:40 
GeneralRe: Help Please. Pin
FISH7867-Mar-09 15:04
FISH7867-Mar-09 15:04 
Questionabout MBCS and unicode in Visual C++ 2005 Pin
DSPCottage7-Mar-09 7:42
DSPCottage7-Mar-09 7:42 
AnswerRe: about MBCS and unicode in Visual C++ 2005 Pin
Code-o-mat7-Mar-09 9:32
Code-o-mat7-Mar-09 9:32 
AnswerRe: about MBCS and unicode in Visual C++ 2005 Pin
«_Superman_»7-Mar-09 13:45
professional«_Superman_»7-Mar-09 13:45 
Yes, it is about UNICODE and MBCS as you correctly suspected.

VC6 by default does not use UNICODE, but VC 2005 used UNICODE as the default.
You can disable this through
Project -> Properties -> Configuration Properties -> General -> Character Set.
Here you can choose between UNICODE and MBCS.

On the other side, you can show the data or do any manipulation on UNICODE characters. You just need to use the wide version of the functions or the _t macros.

«_Superman
I love work. It gives me something to do between weekends.

QuestionWhat datatype?? Pin
gothic_coder7-Mar-09 7:39
gothic_coder7-Mar-09 7:39 
AnswerRe: What datatype?? Pin
Perspx7-Mar-09 8:31
Perspx7-Mar-09 8:31 
AnswerRe: What datatype?? Pin
Stuart Dootson7-Mar-09 12:10
professionalStuart Dootson7-Mar-09 12:10 
GeneralRe: What datatype?? Pin
gothic_coder7-Mar-09 19:16
gothic_coder7-Mar-09 19:16 
GeneralRe: What datatype?? Pin
Stuart Dootson8-Mar-09 0:35
professionalStuart Dootson8-Mar-09 0:35 
GeneralRe: What datatype?? Pin
gothic_coder8-Mar-09 20:23
gothic_coder8-Mar-09 20:23 
GeneralRe: What datatype?? Pin
Stuart Dootson8-Mar-09 22:06
professionalStuart Dootson8-Mar-09 22:06 
GeneralRe: What datatype?? Pin
gothic_coder8-Mar-09 22:22
gothic_coder8-Mar-09 22:22 
GeneralRe: What datatype?? Pin
Stuart Dootson9-Mar-09 3:35
professionalStuart Dootson9-Mar-09 3:35 
GeneralRe: What datatype?? Pin
gothic_coder9-Mar-09 5:33
gothic_coder9-Mar-09 5:33 
GeneralRe: What datatype?? Pin
gothic_coder9-Mar-09 6:21
gothic_coder9-Mar-09 6:21 
QuestionWindows Hook for Dialog Box Pin
M_Aurelius7-Mar-09 7:37
M_Aurelius7-Mar-09 7:37 
AnswerRe: Windows Hook for Dialog Box Pin
«_Superman_»7-Mar-09 13:57
professional«_Superman_»7-Mar-09 13:57 
QuestionPlease help and need advice. Pin
FISH7867-Mar-09 3:43
FISH7867-Mar-09 3:43 
AnswerRe: Please help and need advice. Pin
«_Superman_»7-Mar-09 14:16
professional«_Superman_»7-Mar-09 14:16 
GeneralRe: Please help and need advice. Pin
FISH7867-Mar-09 14:32
FISH7867-Mar-09 14:32 
GeneralRe: Please help and need advice. Pin
«_Superman_»7-Mar-09 14:38
professional«_Superman_»7-Mar-09 14:38 

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.