我试了N次,不知道怎么解决这个问题!!求高人指点.在线等!!!
报错如下:
--------------------Configuration: 属性页 - Win32 Debug--------------------
Compiling...
属性页View.cpp
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(114) : error C2065: 'CSheetWindow' : undeclared identifier
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(114) : error C2146: syntax error : missing ';' before identifier 'sheetWindow'
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(114) : error C2065: 'sheetWindow' : undeclared identifier
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(116) : error C2228: left of '.m_page1' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(116) : error C2228: left of '.m_nRadius' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(117) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(117) : error C2228: left of '.m_red' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(118) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(118) : error C2228: left of '.m_green' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(119) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(119) : error C2228: left of '.m_blue' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(121) : error C2228: left of '.DoModal' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(123) : error C2228: left of '.m_page1' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(123) : error C2228: left of '.m_nRadius' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_red' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_green' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_page2' must have class/struct/union type
C:\Program Files\VSE600ENU1\COMMON\MSDEV98\MYSELF2\属性页\属性页View.cpp(126) : error C2228: left of '.m_blue' must have class/struct/union type
Generating Code...
Compiling...
属性页.cpp
Generating Code...
Error executing cl.exe.
属性页.exe - 20 error(s), 0 warning(s)
下面是工程文件:
[此贴子已经被作者于2007-4-21 17:41:43编辑过]