figure out the error.
-
When I run my project I read this error: \CTools\daishi.cpp(114) : error C2039: 'OnOK' : is not a member of 'CDialog'. Can any one figure out the error.
Whats type of your application?
-
When I run my project I read this error: \CTools\daishi.cpp(114) : error C2039: 'OnOK' : is not a member of 'CDialog'. Can any one figure out the error.
-
When I run my project I read this error: \CTools\daishi.cpp(114) : error C2039: 'OnOK' : is not a member of 'CDialog'. Can any one figure out the error.
-
When I run my project I read this error: \CTools\daishi.cpp(114) : error C2039: 'OnOK' : is not a member of 'CDialog'. Can any one figure out the error.
Suggestion: Change OP title to Guess the error! :-D My guess: you have your own custom version of
CDialog
(that has nothing to do withMFC
's one) and you're calling the methodOnOk
it hasn't. :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Suggestion: Change OP title to Guess the error! :-D My guess: you have your own custom version of
CDialog
(that has nothing to do withMFC
's one) and you're calling the methodOnOk
it hasn't. :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
you are the only one that give a good "figure out" and you get a 2? I put a 5 to change it.
Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson