Class wizard problem
-
Greetings everyone!:laugh: Can anybody help me with this problem I have try to rebuild the *.clw for classwizard, but got this message for some of my class files. "a duplicate insert block exists for class ......" and class wizard cannot view the affected class information after the rebuilt. Anybody pls help!!!:omg: Tahnks you
-
Greetings everyone!:laugh: Can anybody help me with this problem I have try to rebuild the *.clw for classwizard, but got this message for some of my class files. "a duplicate insert block exists for class ......" and class wizard cannot view the affected class information after the rebuilt. Anybody pls help!!!:omg: Tahnks you
Rename the *.clw file to *.bak MSDev will create a new file as soon you will try to use the Class Wizard. It will tell you that the database xxx/xxx/xxxxx/*.clw doesn't exist and ask you if you want to build it from your source files. Click yes. Then a dialog will open, select the *.cpp file that is matching with your class. That's it! Notice that later, you will probably have some messages asking you to point wich files goes with wich class. But it's very user-friendly. When all your classes within this project will been covered, you won't be asked anymore. Good Luck! Boolean Tatoo Progamming looks like taking drugs... I think I did an overdose. Boolean Tatoo
-
Greetings everyone!:laugh: Can anybody help me with this problem I have try to rebuild the *.clw for classwizard, but got this message for some of my class files. "a duplicate insert block exists for class ......" and class wizard cannot view the affected class information after the rebuilt. Anybody pls help!!!:omg: Tahnks you
I've had this problem before, it was caused because one my classes had two lots of the classwizard entries in it. Look through your classes for one containing two lots of the following in your header file: //{{AFX_INSERT_LOCATION}} -- The Obliterator
-
I've had this problem before, it was caused because one my classes had two lots of the classwizard entries in it. Look through your classes for one containing two lots of the following in your header file: //{{AFX_INSERT_LOCATION}} -- The Obliterator