feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Sep 09 2006 : 4:29:42 PM
|
there was a case about this effect, but it was fixed in a recent build. from memory the problem was with "Encapsulate Field" when there was a line like:
void EmptyFunction() { }
in the same class. the newly created accessor functions would be placed into the empty function. does this help pin down why this is going wrong for you?
does your cpp file have un-matched curly brackets that might be confusing VA?
can you try adding a couple of blank lines to the bottom of the file, so it does not end with } followed by EOF, and see if that makes a difference.
i use Create Implementation a lot in VS2005, C++, and i have not seen this problem since the early beta's. |
zen is the art of being at one with the two'ness |
|
|