Click here to Skip to main content
15,907,687 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Convert Japanese charaters to multiByte Pin
Richard MacCutchan9-Nov-11 22:27
mveRichard MacCutchan9-Nov-11 22:27 
QuestionAdding atl support to existing mfc application Pin
Coder Block7-Nov-11 19:29
Coder Block7-Nov-11 19:29 
QuestionVisual Leak Detector => Memory leaks on system functions? Pin
sypt4-Nov-11 23:00
sypt4-Nov-11 23:00 
AnswerRe: Visual Leak Detector => Memory leaks on system functions? Pin
Richard MacCutchan5-Nov-11 3:54
mveRichard MacCutchan5-Nov-11 3:54 
GeneralRe: Visual Leak Detector => Memory leaks on system functions? Pin
sypt6-Nov-11 21:31
sypt6-Nov-11 21:31 
QuestionUse Unregistered tlb files Pin
SB_CodeForFun30-Oct-11 23:51
SB_CodeForFun30-Oct-11 23:51 
AnswerRe: Use Unregistered tlb files Pin
«_Superman_»6-Nov-11 15:33
professional«_Superman_»6-Nov-11 15:33 
QuestionCWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 10:21
Kyudos24-Oct-11 10:21 
I have some third party code that has stopped working since I moved to VS2010.

A popup color picker now no longer pops up from it's source button. Ultimately, its CWnd::CreateEx call fails (technically the call to AfxCtxCreateWindowEx). GetLastError says 0x00000579 (Invalid menu handle). It doesn't have a menu.

The same code works in VS6.

Any suggestions?

My CREATESTRUCT in CWnd::CreateEx looks like this:
<edit -="" get="" the="" right="" one="" this="" time!="">

lpCreateParams	0x00000000	                void *
hInstance	0x00400000 {unused=9460301 }	HINSTANCE__ *
hMenu	        0x00000000 {unused=??? }	HMENU__ *
hwndParent	0x008a06be {unused=0 }	        HWND__ *
cy	        294	int
cx	        278	int
y	        673	int
x	        571	int
style	        -771751935	                long
lpszName	0x00000000 <Bad Ptr>	        const char *
lpszClass	0x00168828 "Afx:00400000:800"	const char *
dwExStyle	0	                        unsigned long


modified 24-Oct-11 17:58pm.

AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 11:20
mveRichard MacCutchan24-Oct-11 11:20 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 11:59
Kyudos24-Oct-11 11:59 
AnswerRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 12:25
mveRichard MacCutchan24-Oct-11 12:25 
GeneralRe: CWnd::CreateEx Fails?! Pin
Kyudos24-Oct-11 12:54
Kyudos24-Oct-11 12:54 
GeneralRe: CWnd::CreateEx Fails?! Pin
Richard MacCutchan24-Oct-11 21:11
mveRichard MacCutchan24-Oct-11 21:11 
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 
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 

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.