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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

2,148 Views
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
Labels (1)
0 Kudos
1 Reply

324 Views
rugged_dev
Contributor I
Check that all virtual functions and static members are defined.
Thanks,
r
0 Kudos