feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Oct 02 2006 : 11:40:43 AM
|
using VC6 and VA 1535, both the rename and Find References features are missing the //{{AFX_MSG_MAP(xxx) line, but they are finding other lines.
VA is ignoring this line since it is a comment, and not live code.
I have just created a new MFC dialog based project in VC6 to test this. renaming the main dialog class via VA works, but it ignores all of these AFX_ lines. Having done this, when i use the class wizard to add a message map between a button and a function it creates the function, but for the old class name.
if i manually change all of the AFX_ comment lines that i can find the program still compiles, but the class wizard gets very upset and does not want to work any more, since it cannot find the class name it was using.
are you trying to rename a class that you manage via the class wizard? or is this a class you added and maintain manually? |
zen is the art of being at one with the two'ness |
|
|