[vtk-developers] Link Error due to class vtkMarchingSquares
Karthik Muthuraj
karthik.muthuraj at neilsoft.com
Mon Oct 25 03:16:43 EDT 2004
Hello VTK developers,
I encountered a LINK error due to the
usage of class vtkMarchingSquares. I included all the required libraries.
Can anyone show me a way to eradicate this error?
Medical1.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingSquares::SetLocator(class vtkPointLocator *)"
(__imp_?SetLocator at vtkMarchingSquares@@QAEXPAVvtkPointLocator@@@Z)
Medical1.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingSquares::SetImageRange(int,int,int,int,int,int)"
(__imp_?SetImageRange at vtkMarchingSquares@@QAEXHHHHHH at Z)
Medical1.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingSquares::GenerateValues(int,float,float)"
(__imp_?GenerateValues at vtkMarchingSquares@@QAEXHMM at Z)
Medical1.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkMarchingSquares::SetInput(class vtkImageData *)"
(__imp_?SetInput at vtkMarchingSquares@@QAEXPAVvtkImageData@@@Z)
Medical1.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkMarchingSquares * __cdecl
vtkMarchingSquares::New(void)" (__imp_?New at vtkMarchingSquares@@SAPAV1 at XZ)
Regards
Karthik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20041025/1260866d/attachment.html>
More information about the vtk-developers
mailing list