[vtkusers] about vtkPowerCrustSurfaceReconstruction

Xiao Xian xxiao715 at yahoo.com.cn
Mon Jan 10 10:50:06 EST 2005


Hi, I'm trying to use the class vtkPowerCrustSurfaceReconstruction, the implementation of some a kind of surface construction algorithm. I made some simple point data manually as the input to this class, and then got some link errors:
 
LINK : warning LNK4049: locally defined symbol ""public: static class vtkPowerCrustSurfaceReconstruction * __cdecl vtkPowerCrustSurfaceReconstruction::New(void)" (?New at vtkPowerCrustSurfaceReconstruction@@SAPAV1 at XZ)" imported
vtkPowerCrustSurfaceReconstruction.obj : error LNK2001: unresolved external symbol "protected: virtual class vtkObject * __thiscall vtkPowerCrustSurfaceReconstruction::NewInstanceInternal(void)const " (?NewInstanceInternal at vtkPowerCrustSurfaceRecons
truction@@MBEPAVvtkObject@@XZ)
vtkPowerCrustSurfaceReconstruction.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall vtkPowerCrustSurfaceReconstruction::IsA(char const *)" (?IsA at vtkPowerCrustSurfaceReconstruction@@UAEHPBD at Z)
vtkPowerCrustSurfaceReconstruction.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall vtkPowerCrustSurfaceReconstruction::GetClassNameA(void)const " (?GetClassNameA at vtkPowerCrustSurfaceReconstruction@@UBEPBDXZ)
vtkPowerCrustSurfaceReconstruction.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const vtkPowerCrustSurfaceReconstruction::`vftable'" (__imp_??_7vtkPowerCrustSurfaceReconstruction@@6B@)
Debug/cube.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
cube.exe - 5 error(s), 1 warning(s)
 
who can help? Thanks a lot!!!
 
Regards
Darby  



---------------------------------
Do You Yahoo!?
注册世界一流品质的雅虎免费电邮
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050110/ad6e84f7/attachment.htm>


More information about the vtkusers mailing list