can't find linker symbol for virtual table
- by iSight
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