shyt
07-21-2004, 09:27 AM
help needed building/rebuilding the ClassWizard file
utlimately I need to To define a member variable for a (CComboBox) dialog box control
I'm generating a .clw file, but not information the controls in the classwizard.
below is some text from the help file entitled "Rebuilding the ClassWizard (.clw) File"
1) Delete your project's .clw file.
2) On the View menu, click ClassWizard.
If ClassWizard appears, the project for which you deleted the .clw file is not the active project. From ClassWizard's Project drop-down list, select the project for which you want to rebuild the .clw file.
3) If ClassWizard asks you to close any files, close ClassWizard, close the files, and then restart ClassWizard.
A message box asks if you want to rebuild the ClassWizard file from your source files.
4) Click Yes.
The Select Source Files dialog box appears.
5) Use the Add and Add All buttons to transfer all of the project's .h and .cpp files, and the .rc file from the File Name list to the Files In Project box. Click Remove to remove any files other than .h, .cpp, or .rc from the Files In Project box.
6) Click OK.
ClassWizard appears and generates a new .clw file.
7) Click OK to close ClassWizard.
utlimately I need to To define a member variable for a (CComboBox) dialog box control
I'm generating a .clw file, but not information the controls in the classwizard.
below is some text from the help file entitled "Rebuilding the ClassWizard (.clw) File"
1) Delete your project's .clw file.
2) On the View menu, click ClassWizard.
If ClassWizard appears, the project for which you deleted the .clw file is not the active project. From ClassWizard's Project drop-down list, select the project for which you want to rebuild the .clw file.
3) If ClassWizard asks you to close any files, close ClassWizard, close the files, and then restart ClassWizard.
A message box asks if you want to rebuild the ClassWizard file from your source files.
4) Click Yes.
The Select Source Files dialog box appears.
5) Use the Add and Add All buttons to transfer all of the project's .h and .cpp files, and the .rc file from the File Name list to the Files In Project box. Click Remove to remove any files other than .h, .cpp, or .rc from the Files In Project box.
6) Click OK.
ClassWizard appears and generates a new .clw file.
7) Click OK to close ClassWizard.