Link Error : Undefined : "namespace::classname::__vt"

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Link Error : Undefined : "namespace::classname::__vt"

2,599 次查看
ConFusion
Contributor I
Hi,
I'm fairly new to this compiler - I'm more used to Visual Studio with error codes that can be looked up and examples of what could cause the error. Anyway, CodeWarrior has suddenly decided to give me a linker error...
Link Error : Undefined : "namespace::classname::__vt"
My concrete class is derived from an abstract base class. I'm pretty sure that I have all the right stuff in place, but the compiler clearly thinks differently. My long experience with compilers tells me that I am probably wrong and that the compiler is probably right. Unfortunately I cannot figure out what it's trying to tell me. Does anyone have any suggestions of where to start?
 
Thanks in advance
 
Bill
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

775 次查看
rugged_dev
Contributor I
Check that all virtual functions and static members are defined.
Thanks,
r
0 项奖励
回复