[vtkusers] wxwindowsVTK on MSVC++

Ken Lau kenny.lau at utoronto.ca
Fri Nov 22 16:26:36 EST 2002


I'm having problems configuring the wxVTKwindow class from Todd to work in MSVC++.   Aside from the new/delete operators being ambiguious, somehow, the linking is screwed up, giving me these errors... 

wxVTKRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall vtkObject::PrintTrailer(class std::basic_ostream<char,struct std::char_traits<char> > &,class vtkIndent)" (?PrintTrailer at vtkObject@@UAEXAAV?
$basic_ostream at DU?$char_traits at D@std@@@std@@VvtkIndent@@@Z)
wxVTKRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall vtkObject::PrintHeader(class std::basic_ostream<char,struct std::char_traits<char> > &,class vtkIndent)" (?PrintHeader at vtkObject@@UAEXAAV?$b
asic_ostream at DU?$char_traits at D@std@@@std@@VvtkIndent@@@Z)
wxVTKRenderWindowInteractor.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall vtkRenderWindowInteractor::PrintSelf(class std::basic_ostream<char,struct std::char_traits<char> > &,class vtkIndent)" (?PrintSelf at vtkRender
WindowInteractor@@UAEXAAV?$basic_ostream at DU?$char_traits at D@std@@@std@@VvtkIndent@@@Z)

Anyone also experiencing these problems and has a solution?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021122/c15524c6/attachment.htm>


More information about the vtkusers mailing list