can't find linker symbol for virtual table

Posted by iSight on Stack Overflow See other posts from Stack Overflow or by iSight
Published on 2010-06-01T08:44:17Z Indexed on 2010/06/01 8:53 UTC
Read the original article Hit count: 295

Filed under:

Hi,

i have the above problem of linker. I have used the code as under:

This code has no probem

fprintf(stderr, "Top value:%s",(this->topObject())->top());

But, this code is giving the linker problem:

fprintf(stderr, "Top value:%s",(this->topObject())->myName());

What could be the reason for this issue

© Stack Overflow or respective owner

Related posts about c++