Visual studio 2010 - class wizard
-
With visual studio 6 you were able to delete the .clw file to re-build the class wizard if you made a lot of changes in the source files and that were not showing in the class wizard. How do you do this with VS 2010 - there is no longer a .clw file.
-
With visual studio 6 you were able to delete the .clw file to re-build the class wizard if you made a lot of changes in the source files and that were not showing in the class wizard. How do you do this with VS 2010 - there is no longer a .clw file.
The .clw file is gone, and, apparently, with it the ability to rebuild it. But maybe you can find some help on MSDN: http://msdn.microsoft.com/en-us/library/6761383e%28v=vs.100%29.aspx[^] Regarding classes not showing, maybe this will help. http://stackoverflow.com/questions/4883229/mfc-vs-2010-class-wizard-doesnt-show-the-class-names-for-the-dialog-boxes[^]
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)