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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

2,152件の閲覧回数
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 返信

328件の閲覧回数
rugged_dev
Contributor I
Check that all virtual functions and static members are defined.
Thanks,
r
0 件の賞賛