注册 登录
编程论坛 VC++/MFC

MFC 编程问题,求解决

泄了气的芬达 发布于 2014-12-05 20:16, 634 次点击
出现了如下错误,求解决,
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
1 回复
#2
泄了气的芬达2014-12-05 20:26
。。。。。

[ 本帖最后由 泄了气的芬达 于 2014-12-6 16:34 编辑 ]
1