MFC 编程问题,求解决
出现了如下错误,求解决,Compiling...
Test.cpp
d:\vc++储存\test\testview.h(18) : error C2146: syntax error : missing ';' before identifier 'Seed'
d:\vc++储存\test\testview.h(18) : error C2501: 'Cpoint' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'Seed' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'PointNext' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'RightPoint' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'LeftPoint' : missing storage-class or type specifiers
TestView.cpp
d:\vc++储存\test\testview.h(18) : error C2146: syntax error : missing ';' before identifier 'Seed'
d:\vc++储存\test\testview.h(18) : error C2501: 'Cpoint' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'Seed' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'PointNext' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'RightPoint' : missing storage-class or type specifiers
d:\vc++储存\test\testview.h(18) : error C2501: 'LeftPoint' : missing storage-class or type specifiers
D:\vc++储存\Test\TestView.cpp(132) : error C2065: 'Seed' : undeclared identifier
D:\vc++储存\Test\TestView.cpp(138) : error C2065: 'begin' : undeclared identifier
D:\vc++储存\Test\TestView.cpp(151) : error C2065: 'y0' : undeclared identifier