znakeeye
Tomato Guru
379 Posts |
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. |
|