Click here to Skip to main content
15,889,211 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAbout C+ + Builder. Pin
nnc20151-Nov-11 20:49
nnc20151-Nov-11 20:49 
AnswerRe: About C+ + Builder. Pin
Richard MacCutchan1-Nov-11 22:50
mveRichard MacCutchan1-Nov-11 22:50 
QuestionWhere are my messages going? Pin
Kyudos1-Nov-11 11:20
Kyudos1-Nov-11 11:20 
AnswerRe: Where are my messages going? Pin
Software_Developer1-Nov-11 11:57
Software_Developer1-Nov-11 11:57 
GeneralRe: Where are my messages going? Pin
Kyudos1-Nov-11 12:19
Kyudos1-Nov-11 12:19 
AnswerRe: Where are my messages going? Pin
Chuck O'Toole1-Nov-11 12:56
Chuck O'Toole1-Nov-11 12:56 
GeneralRe: Where are my messages going? Pin
Kyudos1-Nov-11 13:17
Kyudos1-Nov-11 13:17 
GeneralRe: Where are my messages going? Pin
Chuck O'Toole1-Nov-11 13:32
Chuck O'Toole1-Nov-11 13:32 
The suggestions on that forum page you referenced were pretty good. Especially the part about checking the actual .rc file to make sure all the symbols line up for the control in question.

It also suggested a place to put a breakpoint in the windows dispatch / search routine where it actually tries to match up your MESSAGE_MAP entry (IDC) with the IDC of the control that was clicked (RC file).

Lastly, and it's always a good suggestion, do a clean / complete rebuild to force a recompile of all the resource and source files to make sure everybody's using the same files. That may not have happened if you did a "convert in place" from the old to the new project.

Me, I'd do the full rebuild and the debug from the AFX dispatch to see where it's looking for MESSAGE_MAP entries and why it can't find yours.
GeneralRe: Where are my messages going? Pin
Kyudos1-Nov-11 13:55
Kyudos1-Nov-11 13:55 
GeneralRe: Where are my messages going? Pin
Chuck O'Toole1-Nov-11 14:01
Chuck O'Toole1-Nov-11 14:01 
GeneralRe: Where are my messages going? Pin
Chuck O'Toole1-Nov-11 15:21
Chuck O'Toole1-Nov-11 15:21 
GeneralRe: Where are my messages going? Pin
Kyudos1-Nov-11 15:36
Kyudos1-Nov-11 15:36 
GeneralRe: Where are my messages going? Pin
Kyudos1-Nov-11 16:25
Kyudos1-Nov-11 16:25 
AnswerRe: Where are my messages going? Pin
Albert Holguin2-Nov-11 5:31
professionalAlbert Holguin2-Nov-11 5:31 
AnswerRe: Where are my messages going? - *#@!ing MS! Pin
Kyudos1-Nov-11 17:08
Kyudos1-Nov-11 17:08 
GeneralRe: Where are my messages going? - *#@!ing MS! Pin
Chuck O'Toole1-Nov-11 18:36
Chuck O'Toole1-Nov-11 18:36 
AnswerRe: Where are my messages going? Pin
Roger Allen2-Nov-11 3:10
Roger Allen2-Nov-11 3:10 
AnswerRe: Where are my messages going? Mea culpa! Pin
Kyudos3-Nov-11 9:44
Kyudos3-Nov-11 9:44 
GeneralRe: Where are my messages going? Mea culpa! Pin
Chuck O'Toole4-Nov-11 4:18
Chuck O'Toole4-Nov-11 4:18 
GeneralRe: Where are my messages going? Mea culpa! Pin
Kyudos4-Nov-11 10:44
Kyudos4-Nov-11 10:44 
GeneralRe: Where are my messages going? Mea culpa! Pin
Roger Allen7-Nov-11 6:24
Roger Allen7-Nov-11 6:24 
QuestionHow to copy One XMLdocument to another? Pin
002comp31-Oct-11 23:03
002comp31-Oct-11 23:03 
AnswerRe: XmlDocument::ImportNode Pin
App_1-Nov-11 7:58
App_1-Nov-11 7:58 
QuestionEmbedded Systems, Asembly and C/C++ Pin
CodingLover31-Oct-11 21:04
CodingLover31-Oct-11 21:04 
AnswerRe: Embedded Systems, Asembly and C/C++ Pin
Erudite_Eric31-Oct-11 21:16
Erudite_Eric31-Oct-11 21:16 

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.