Click here to Skip to main content
15,885,792 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 14:09
Kyudos24-Oct-11 14:09 
QuestionHow to add ActiveX control to a WTL main frame Pin
sunmast18-Oct-11 0:25
sunmast18-Oct-11 0:25 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 1:55
Jonathan Davies18-Oct-11 1:55 
AnswerRe: How to add ActiveX control to a WTL main frame Pin
Jonathan Davies18-Oct-11 1:58
Jonathan Davies18-Oct-11 1:58 
Questionsyslog.h analog in WIndows Pin
ShadowUz16-Oct-11 21:36
ShadowUz16-Oct-11 21:36 
SuggestionRe: syslog.h analog in WIndows Pin
Richard MacCutchan16-Oct-11 23:08
mveRichard MacCutchan16-Oct-11 23:08 
AnswerRe: syslog.h analog in WIndows Pin
Albert Holguin17-Oct-11 5:12
professionalAlbert Holguin17-Oct-11 5:12 
QuestionI have problem with codecvt<> Pin
Cold_Fearing_Bird5-Oct-11 23:59
Cold_Fearing_Bird5-Oct-11 23:59 
locale loc("chs");
mbstate_t mystate;
char origin[] = "追求追求";
wchar_t  dest[9] =   { 0 };
const char * pc;
wchar_t * pwc;

const codecvt<wchar_t,char,mbstate_t>& myfacet = 
	use_facet<codecvt<wchar_t,char,mbstate_t> >(loc);


codecvt<>.in() translates char into wchar_t characters, but the first letter of origin[] is always translated wrong,the remaining characters are fine.
could someone help me out?
AnswerRe: I have problem with codecvt Pin
Madhu Nair12-Oct-11 21:31
Madhu Nair12-Oct-11 21:31 
QuestionMessage Removed Pin
27-Sep-11 4:03
Youming Lee27-Sep-11 4:03 
AnswerRe: why can't calculate the expression.error CXX0030 char **ptr_alph = (char**)malloc(wordCount * sizeof(char *)); Pin
Richard MacCutchan27-Sep-11 4:28
mveRichard MacCutchan27-Sep-11 4:28 
GeneralRe: why can't calculate the expression.error CXX0030 char **ptr_alph = (char**)malloc(wordCount * sizeof(char *)); Pin
Youming Lee27-Sep-11 5:07
Youming Lee27-Sep-11 5:07 
GeneralRe: why can't calculate the expression.error CXX0030 char **ptr_alph = (char**)malloc(wordCount * sizeof(char *)); Pin
Richard MacCutchan30-Sep-11 10:16
mveRichard MacCutchan30-Sep-11 10:16 
QuestionWrite REG_MULTI_SZ value in registry Pin
Cpp_Com26-Sep-11 2:22
Cpp_Com26-Sep-11 2:22 
AnswerRe: Write REG_MULTI_SZ value in registry Pin
Richard MacCutchan26-Sep-11 6:28
mveRichard MacCutchan26-Sep-11 6:28 
GeneralRe: Write REG_MULTI_SZ value in registry Pin
ThatsAlok3-Oct-11 23:55
ThatsAlok3-Oct-11 23:55 
GeneralRe: Write REG_MULTI_SZ value in registry Pin
Richard MacCutchan4-Oct-11 1:19
mveRichard MacCutchan4-Oct-11 1:19 
QuestionHow to disable warning popup in ActiveX Pin
Cpp_Com19-Sep-11 18:49
Cpp_Com19-Sep-11 18:49 
AnswerRe: How to disable warning popup in ActiveX Pin
KingsGambit19-Sep-11 20:19
KingsGambit19-Sep-11 20:19 
GeneralRe: How to disable warning popup in ActiveX Pin
Cpp_Com20-Sep-11 19:07
Cpp_Com20-Sep-11 19:07 
GeneralRe: How to disable warning popup in ActiveX Pin
KingsGambit20-Sep-11 20:36
KingsGambit20-Sep-11 20:36 
GeneralRe: How to disable warning popup in ActiveX Pin
Cpp_Com20-Sep-11 23:38
Cpp_Com20-Sep-11 23:38 
AnswerRe: How to disable warning popup in ActiveX Pin
Abhi Lahare3-Oct-11 6:24
Abhi Lahare3-Oct-11 6:24 
QuestionCan't call DestroyWindow in CView::OnActivateView when activated with Aero preview Pin
Member 823191212-Sep-11 15:33
Member 823191212-Sep-11 15:33 
AnswerRe: Can't call DestroyWindow in CView::OnActivateView when activated with Aero preview Pin
Member 823191214-Sep-11 3:22
Member 823191214-Sep-11 3:22 

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.