You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Jul 19 2008 : 1:15:02 PM In MFC, you have these command-handlers... ON_COMMAND(ID_VIEW1, OnView1)
void CMainFrame::OnView1() { }
Ok, so what if I use VAX to rename OnView1 to OnMyView? The identifier is not renamed in the message-map! Perhaps outside the scope of its intended functionality, but still very annoying.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jul 22 2008 : 09:44:02 AM Does Find References find this reference?
Find Reference is correctly finding a function in a message map for me, using VC6 and VA 1646.