[vtkusers] link error because of vtkObjectBase

lzy lzyhm at 263.net
Sat Apr 19 07:28:17 EDT 2003


I create my own class from vtkObject (vtk4.2-lastrelease), my class is DLL(msvc6.0).
But when create the DLL, link error as following:

error LNK2001: unresolved external symbol "public: virtual char const * __thiscall vtkObjectBase::GetClassNameW(void)const " (?GetClassNameW at vtkObjectBase@@UBEPBDXZ)

Maybe thre reason is the vtkObjectBase::GetClassName is virual and inline function.

How can I do? thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030419/ea7d8411/attachment.htm>


More information about the vtkusers mailing list