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

C / C++ / MFC

 
GeneralRe: How to display '&' text on CMFCToolBarButton Pin
«_Superman_»8-Jun-09 15:39
professional«_Superman_»8-Jun-09 15:39 
GeneralRe: How to display '&' text on CMFCToolBarButton Pin
wolfplan8-Jun-09 17:29
wolfplan8-Jun-09 17:29 
GeneralRe: How to display '&' text on CMFCToolBarButton Pin
Un Suthee9-Jun-09 8:17
Un Suthee9-Jun-09 8:17 
AnswerRe: How to display '&' text on CMFCToolBarButton Pin
yuanbo8610228-Jun-09 19:30
yuanbo8610228-Jun-09 19:30 
QuestionUnhandled exception access violation on function call. Any tips on how to proceed Pin
ujwal koneru8-Jun-09 9:46
ujwal koneru8-Jun-09 9:46 
QuestionRe: Unhandled exception access violation on function call. Any tips on how to proceed Pin
CPallini8-Jun-09 9:55
mveCPallini8-Jun-09 9:55 
AnswerRe: Unhandled exception access violation on function call. Any tips on how to proceed Pin
ujwal koneru8-Jun-09 10:43
ujwal koneru8-Jun-09 10:43 
GeneralRe: Unhandled exception access violation on function call. Any tips on how to proceed Pin
«_Superman_»8-Jun-09 15:49
professional«_Superman_»8-Jun-09 15:49 
There's probably a stack overflow happening in one of the functions.
Try commenting out all code in the functions that are passed as parameter to argMainLoop.
Do you really need local scope (static) for the functions?

My advice is to typedef the function pointers.
It would be more neat.

Example,
typedef void (*MOUSE_EVENT)( int a, int b, int c, int d);

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

Questiondissapearence of dialog parts in c++ Pin
andrassy8-Jun-09 8:51
andrassy8-Jun-09 8:51 
AnswerRe: dissapearence of dialog parts in c++ Pin
David Crow8-Jun-09 10:30
David Crow8-Jun-09 10:30 
AnswerRe: dissapearence of dialog parts in c++ Pin
«_Superman_»8-Jun-09 15:54
professional«_Superman_»8-Jun-09 15:54 
GeneralRe: dissapearence of dialog parts in c++ Pin
andrassy9-Jun-09 6:55
andrassy9-Jun-09 6:55 
GeneralRe: dissapearence of dialog parts in c++ Pin
andrassy21-Jul-09 10:09
andrassy21-Jul-09 10:09 
QuestionParenting a modal CDialog Pin
TyrionTheImp8-Jun-09 8:17
TyrionTheImp8-Jun-09 8:17 
AnswerRe: Parenting a modal CDialog Pin
Sarath C8-Jun-09 9:09
Sarath C8-Jun-09 9:09 
GeneralRe: Parenting a modal CDialog Pin
TyrionTheImp9-Jun-09 4:40
TyrionTheImp9-Jun-09 4:40 
QuestionRe: Parenting a modal CDialog Pin
David Crow8-Jun-09 10:22
David Crow8-Jun-09 10:22 
AnswerRe: Parenting a modal CDialog Pin
TyrionTheImp9-Jun-09 4:42
TyrionTheImp9-Jun-09 4:42 
GeneralRe: Parenting a modal CDialog Pin
TyrionTheImp21-Jun-09 4:05
TyrionTheImp21-Jun-09 4:05 
Questioninet_addr function and leading zeros Pin
JBAK_CP8-Jun-09 8:16
JBAK_CP8-Jun-09 8:16 
AnswerRe: inet_addr function and leading zeros Pin
CPallini8-Jun-09 8:59
mveCPallini8-Jun-09 8:59 
GeneralRe: inet_addr function and leading zeros Pin
JBAK_CP8-Jun-09 9:15
JBAK_CP8-Jun-09 9:15 
QuestionP.C. Serial Communication for Visual C++ Dialog Pin
Member 17278168-Jun-09 8:14
Member 17278168-Jun-09 8:14 
AnswerRe: P.C. Serial Communication for Visual C++ Dialog Pin
Stuart Dootson8-Jun-09 9:35
professionalStuart Dootson8-Jun-09 9:35 
QuestionRe: P.C. Serial Communication for Visual C++ Dialog Pin
CPallini8-Jun-09 9:52
mveCPallini8-Jun-09 9:52 

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.