一个以CFromView为基类的单文档工程 生产视图类CMy06View 其中一个变量 Draw m_draw
又有自己定义的类 CRigid 和 CDraw 想在Rigid.cpp中引用 变量m_draw
在Rigid.cpp中 加入了 #include "06View.h"
为什么编译还是出错呢?
--------------------Configuration: 06 - Win32 Debug--------------------
Compiling...
Rigid.cpp
e:\vc\13以后\消极子链1,5\06view.h(30) : error C2143: syntax error : missing ';' before '*'
e:\vc\13以后\消极子链1,5\06view.h(30) : error C2501: 'CMy06Doc' : missing storage-class or type specifiers
e:\vc\13以后\消极子链1,5\06view.h(30) : error C2501: 'GetDocument' : missing storage-class or type specifiers
E:\vc\13以后\消极子链1,5\Rigid.cpp(68) : error C2065: 'm_draw' : undeclared identifier
E:\vc\13以后\消极子链1,5\Rigid.cpp(68) : error C2228: left of '.tab' must have class/struct/union type
Error executing cl.exe.
Rigid.obj - 5 error(s), 0 warning(s)
怎样才能引用 视图类的 变量呢?
[此贴子已经被作者于2006-10-11 11:14:42编辑过]