__vtbl unresolved
Hi
I get the following error while linking the final executable of the project.
Undefinedfirst referenced
symbolin file
...::__vtbl
[Hint: try checking whether the first non-inlined, non-pure virtual function of class .... is defined]
I tried defining first virtual function and still got the same error. Then I defined all the virtual functions still i get the same error.
I am using CC: Sun C++ 5.8 Patch 121017-08 2006/12/06 in solaris 9.
This happens only while building the executable in debug mode. Optimized builds don't raise this issue.
Is there any known bugs/issues related to this? Can someone please help me?
Thanks,
Qrio
Message was edited by:
Qrio

