[vtkusers] error LNK2019: unresolved external symbol

nesli neslibozkurt at hotmail.com
Wed Feb 29 11:43:33 EST 2012


Hi everyone.

I have an MFC+VTK application that was working fine with Windows XP + Visual
Studio 2005. Last week, the computers were upgraded to Windows 7 + Visual
Studio 2010. So, I downloaded VTK 5.8.0 and used cmake 2.8.7 to configure
and built the new version.

I did the following changes on the default configuration:
-VTK_USE_GUISUPPORT - ON
-BUILD_SHARED_LIBS - ON
-VTK_USE_MFC - ON

I built and installed VTK without any errors. In my project, in Project
Properties -> Configuration Properties -> VC++ Directories, I updated
Executable, Include and Library directories to point to the newly built VTK.

I had the following linking errors:

1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkPolyDataAlgorithm::SetInput(class vtkDataObject
*)" (__imp_?SetInput at vtkPolyDataAlgorithm@@QAEXPAVvtkDataObject@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkUnstructuredGrid * __thiscall
vtkUnstructuredGridAlgorithm::GetOutput(void)"
(__imp_?GetOutput at vtkUnstructuredGridAlgorithm@@QAEPAVvtkUnstructuredGrid@@XZ)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkUnstructuredGridAlgorithm::SetInput(class
vtkDataObject *)"
(__imp_?SetInput at vtkUnstructuredGridAlgorithm@@QAEXPAVvtkDataObject@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkPolyData * __thiscall
vtkPolyDataAlgorithm::GetOutput(void)"
(__imp_?GetOutput at vtkPolyDataAlgorithm@@QAEPAVvtkPolyData@@XZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkOBJReader * __cdecl vtkOBJReader::New(void)"
(__imp_?New at vtkOBJReader@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkDataSetMapper::SetInput(class vtkDataSet *)"
(__imp_?SetInput at vtkDataSetMapper@@QAEXPAVvtkDataSet@@@Z) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkDataSetMapper::SetInput(class vtkDataSet *)"
(__imp_?SetInput at vtkDataSetMapper@@QAEXPAVvtkDataSet@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkDataSet * __thiscall vtkMapper::GetInput(void)"
(__imp_?GetInput at vtkMapper@@QAEPAVvtkDataSet@@XZ) referenced in function
"public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkActor * __thiscall vtkActorCollection::GetLastActor(void)"
(__imp_?GetLastActor at vtkActorCollection@@QAEPAVvtkActor@@XZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkActorCollection * __thiscall vtkRenderer::GetActors(void)"
(__imp_?GetActors at vtkRenderer@@QAEPAVvtkActorCollection@@XZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkImporter::Update(void)"
(__imp_?Update at vtkImporter@@QAEXXZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkImporter::Read(void)"
(__imp_?Read at vtkImporter@@QAEXXZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkVRMLImporter * __cdecl vtkVRMLImporter::New(void)"
(__imp_?New at vtkVRMLImporter@@SAPAV1 at XZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkCleanPolyData * __cdecl vtkCleanPolyData::New(void)"
(__imp_?New at vtkCleanPolyData@@SAPAV1 at XZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkGeometryFilter * __cdecl
vtkGeometryFilter::New(void)" (__imp_?New at vtkGeometryFilter@@SAPAV1 at XZ)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkUnstructuredGrid * __cdecl
vtkUnstructuredGrid::New(void)" (__imp_?New at vtkUnstructuredGrid@@SAPAV1 at XZ)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::loadModel(class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkDataSetTriangleFilter * __cdecl
vtkDataSetTriangleFilter::New(void)"
(__imp_?New at vtkDataSetTriangleFilter@@SAPAV1 at XZ) referenced in function
"public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::loadModel(class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __thiscall vtkSmartPointerBase::~vtkSmartPointerBase(void)"
(__imp_??1vtkSmartPointerBase@@QAE at XZ) referenced in function "public:
__thiscall vtkSmartPointer<class vtkDataSetMapper>::~vtkSmartPointer<class
vtkDataSetMapper>(void)" (??1?$vtkSmartPointer at VvtkDataSetMapper@@@@QAE at XZ)
1>TPSToolbox.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::~vtkSmartPointerBase(void)"
(__imp_??1vtkSmartPointerBase@@QAE at XZ)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::~vtkSmartPointerBase(void)"
(__imp_??1vtkSmartPointerBase@@QAE at XZ)
1>TPSTransformWP.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::~vtkSmartPointerBase(void)"
(__imp_??1vtkSmartPointerBase@@QAE at XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __thiscall vtkSmartPointerBase::vtkSmartPointerBase(class
vtkSmartPointerBase const &)" (__imp_??0vtkSmartPointerBase@@QAE at ABV0@@Z)
referenced in function "public: __thiscall vtkSmartPointer<class
vtkDataSetMapper>::vtkSmartPointer<class vtkDataSetMapper>(class
vtkSmartPointer<class vtkDataSetMapper> const &)"
(??0?$vtkSmartPointer at VvtkDataSetMapper@@@@QAE at ABV0@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(class vtkSmartPointerBase const &)"
(__imp_??0vtkSmartPointerBase@@QAE at ABV0@@Z)
1>TPSTransformWP.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(class vtkSmartPointerBase const &)"
(__imp_??0vtkSmartPointerBase@@QAE at ABV0@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkIdList::InsertNextId(__int64)"
(__imp_?InsertNextId at vtkIdList@@QAE_J_J at Z) referenced in function "public:
class vtkSmartPointer<class vtkIdList> __thiscall TPS::loadPointPairs(class
vtkSmartPointer<class vtkDataSetMapper>,class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadPointPairs at TPS@@QAE?AV?$vtkSmartPointer at VvtkIdList@@@@V?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __int64 __thiscall
vtkIdList::InsertNextId(__int64)" (__imp_?InsertNextId at vtkIdList@@QAE_J_J at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkDataSet::FindPoint(double,double,double)"
(__imp_?FindPoint at vtkDataSet@@QAE_JNNN at Z) referenced in function "public:
class vtkSmartPointer<class vtkIdList> __thiscall TPS::loadPointPairs(class
vtkSmartPointer<class vtkDataSetMapper>,class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadPointPairs at TPS@@QAE?AV?$vtkSmartPointer at VvtkIdList@@@@V?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: class vtkDataSet * __thiscall vtkDataSetMapper::GetInput(void)"
(__imp_?GetInput at vtkDataSetMapper@@QAEPAVvtkDataSet@@XZ) referenced in
function "public: class vtkSmartPointer<class vtkIdList> __thiscall
TPS::loadPointPairs(class vtkSmartPointer<class vtkDataSetMapper>,class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> >)"
(?loadPointPairs at TPS@@QAE?AV?$vtkSmartPointer at VvtkIdList@@@@V?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: class vtkDataSet * __thiscall
vtkDataSetMapper::GetInput(void)"
(__imp_?GetInput at vtkDataSetMapper@@QAEPAVvtkDataSet@@XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkIdList * __cdecl vtkIdList::New(void)"
(__imp_?New at vtkIdList@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkIdList> __thiscall TPS::loadPointPairs(class
vtkSmartPointer<class vtkDataSetMapper>,class std::basic_string<char,struct
std::char_traits&lt;char>,class std::allocator<char> >)"
(?loadPointPairs at TPS@@QAE?AV?$vtkSmartPointer at VvtkIdList@@@@V?$vtkSmartPointer at VvtkDataSetMapper@@@@V?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkIdList * __cdecl
vtkIdList::New(void)" (__imp_?New at vtkIdList@@SAPAV1 at XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkTransform::Scale(double,double,double)"
(__imp_?Scale at vtkTransform@@QAEXNNN at Z) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::rescaleModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: double * __thiscall vtkDataArray::GetRange(int)"
(__imp_?GetRange at vtkDataArray@@QAEPANH at Z) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::rescaleModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkIdList::GetId(__int64)"
(__imp_?GetId at vtkIdList@@QAE_J_J at Z) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::rescaleModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __int64 __thiscall vtkIdList::GetId(__int64)"
(__imp_?GetId at vtkIdList@@QAE_J_J at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkIdList::GetNumberOfIds(void)"
(__imp_?GetNumberOfIds at vtkIdList@@QAE_JXZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::rescaleModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __int64 __thiscall
vtkIdList::GetNumberOfIds(void)" (__imp_?GetNumberOfIds at vtkIdList@@QAE_JXZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkPolyData * __cdecl vtkPolyData::New(void)"
(__imp_?New at vtkPolyData@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::rescaleModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkPolyData * __cdecl
vtkPolyData::New(void)" (__imp_?New at vtkPolyData@@SAPAV1 at XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkDoubleArray * __cdecl vtkDoubleArray::New(void)"
(__imp_?New at vtkDoubleArray@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::rescaleModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkDoubleArray * __cdecl
vtkDoubleArray::New(void)" (__imp_?New at vtkDoubleArray@@SAPAV1 at XZ)
1>TPSTransformWP.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkDoubleArray * __cdecl
vtkDoubleArray::New(void)" (__imp_?New at vtkDoubleArray@@SAPAV1 at XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkTransformPolyDataFilter * __cdecl
vtkTransformPolyDataFilter::New(void)"
(__imp_?New at vtkTransformPolyDataFilter@@SAPAV1 at XZ) referenced in function
"public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::rescaleModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkTransform * __cdecl vtkTransform::New(void)"
(__imp_?New at vtkTransform@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall TPS::rescaleModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?rescaleModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkLandmarkTransform::SetTargetLandmarks(class
vtkPoints *)"
(__imp_?SetTargetLandmarks at vtkLandmarkTransform@@QAEXPAVvtkPoints@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::LSSTransformModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?LSSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkLandmarkTransform::SetSourceLandmarks(class
vtkPoints *)"
(__imp_?SetSourceLandmarks at vtkLandmarkTransform@@QAEXPAVvtkPoints@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::LSSTransformModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>)"
(?LSSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkPoints::InsertNextPoint(double const * const)"
(__imp_?InsertNextPoint at vtkPoints@@QAE_JQBN at Z) referenced in function
"public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::LSSTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?LSSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkLandmarkTransform * __cdecl
vtkLandmarkTransform::New(void)"
(__imp_?New at vtkLandmarkTransform@@SAPAV1 at XZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::LSSTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?LSSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkPoints * __cdecl vtkPoints::New(void)"
(__imp_?New at vtkPoints@@SAPAV1 at XZ) referenced in function "public: class
vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::LSSTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkIdList>)"
(?LSSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0V?$vtkSmartPointer at VvtkIdList@@@@1 at Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkAbstractTransform::Update(void)"
(__imp_?Update at vtkAbstractTransform@@QAEXXZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::ICPTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>)"
(?ICPTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkIterativeClosestPointTransform::SetTarget(class
vtkDataSet *)"
(__imp_?SetTarget at vtkIterativeClosestPointTransform@@QAEXPAVvtkDataSet@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::ICPTransformModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>)"
(?ICPTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkIterativeClosestPointTransform::SetSource(class
vtkDataSet *)"
(__imp_?SetSource at vtkIterativeClosestPointTransform@@QAEXPAVvtkDataSet@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::ICPTransformModel(class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>)"
(?ICPTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkDataSetMapper * __cdecl vtkDataSetMapper::New(void)"
(__imp_?New at vtkDataSetMapper@@SAPAV1 at XZ) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::ICPTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>)"
(?ICPTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: static class vtkDataSetMapper * __cdecl
vtkDataSetMapper::New(void)" (__imp_?New at vtkDataSetMapper@@SAPAV1 at XZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: static class vtkIterativeClosestPointTransform * __cdecl
vtkIterativeClosestPointTransform::New(void)"
(__imp_?New at vtkIterativeClosestPointTransform@@SAPAV1 at XZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::ICPTransformModel(class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkDataSetMapper>)"
(?ICPTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@V2 at 0@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkDoubleArray::SetValue(__int64,double)"
(__imp_?SetValue at vtkDoubleArray@@QAEX_JN at Z) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::TPSTransformModel(bool,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,classvtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: double __thiscall vtkDoubleArray::GetValue(__int64)"
(__imp_?GetValue at vtkDoubleArray@@QAEN_J at Z) referenced in function "public:
class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::TPSTransformModel(bool,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __int64 __thiscall vtkAbstractArray::GetNumberOfTuples(void)"
(__imp_?GetNumberOfTuples at vtkAbstractArray@@QAE_JXZ) referenced in function
"public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::TPSTransformModel(bool,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __int64 __thiscall
vtkAbstractArray::GetNumberOfTuples(void)"
(__imp_?GetNumberOfTuples at vtkAbstractArray@@QAE_JXZ)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: int __thiscall vtkAbstractArray::GetNumberOfComponents(void)"
(__imp_?GetNumberOfComponents at vtkAbstractArray@@QAEHXZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::TPSTransformModel(bool,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkThinPlateSplineTransform::SetBasisToR(void)"
(__imp_?SetBasisToR at vtkThinPlateSplineTransform@@QAEXXZ) referenced in
function "public: class vtkSmartPointer<class vtkDataSetMapper> __thiscall
TPS::TPSTransformModel(bool,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkDataSetMapper>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkIdList>,class vtkSmartPointer<class vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall
vtkThinPlateSplineTransform::SetTargetLandmarks(class vtkPoints *)"
(__imp_?SetTargetLandmarks at vtkThinPlateSplineTransform@@QAEXPAVvtkPoints@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::TPSTransformModel(bool,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall
vtkThinPlateSplineTransform::SetSourceLandmarks(class vtkPoints *)"
(__imp_?SetSourceLandmarks at vtkThinPlateSplineTransform@@QAEXPAVvtkPoints@@@Z)
referenced in function "public: class vtkSmartPointer<class
vtkDataSetMapper> __thiscall TPS::TPSTransformModel(bool,class
vtkSmartPointer<class vtkDataSetMapper>,class vtkSmartPointer<class
vtkDataSetMapper>,class vtkSmartPointer<class vtkIdList>,class
vtkSmartPointer<class vtkIdList>,class vtkSmartPointer<class
vtkDoubleArray>)"
(?TPSTransformModel at TPS@@QAE?AV?$vtkSmartPointer at VvtkDataSetMapper@@@@_NV2 at 1V?$vtkSmartPointer at VvtkIdList@@@@2V?$vtkSmartPointer at VvtkDoubleArray@@@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __thiscall vtkSmartPointerBase::vtkSmartPointerBase(class
vtkObjectBase *)" (__imp_??0vtkSmartPointerBase@@QAE at PAVvtkObjectBase@@@Z)
referenced in function "public: __thiscall vtkSmartPointer<class
vtkDataSetMapper>::vtkSmartPointer<class vtkDataSetMapper>(class
vtkDataSetMapper *)"
(??0?$vtkSmartPointer at VvtkDataSetMapper@@@@QAE at PAVvtkDataSetMapper@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(class vtkObjectBase *)"
(__imp_??0vtkSmartPointerBase@@QAE at PAVvtkObjectBase@@@Z)
1>TPS.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
protected: __thiscall vtkSmartPointerBase::vtkSmartPointerBase(class
vtkObjectBase *,class vtkSmartPointerBase::NoReference const &)"
(__imp_??0vtkSmartPointerBase@@IAE at PAVvtkObjectBase@@ABVNoReference at 0@@Z)
referenced in function "protected: __thiscall vtkSmartPointer<class
vtkDataSetMapper>::vtkSmartPointer<class vtkDataSetMapper>(class
vtkDataSetMapper *,class vtkSmartPointerBase::NoReference const &)"
(??0?$vtkSmartPointer at VvtkDataSetMapper@@@@IAE at PAVvtkDataSetMapper@@ABVNoReference at vtkSmartPointerBase@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) protected: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(class vtkObjectBase *,class
vtkSmartPointerBase::NoReference const &)"
(__imp_??0vtkSmartPointerBase@@IAE at PAVvtkObjectBase@@ABVNoReference at 0@@Z)
1>TPSTransformWP.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) protected: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(class vtkObjectBase *,class
vtkSmartPointerBase::NoReference const &)"
(__imp_??0vtkSmartPointerBase@@IAE at PAVvtkObjectBase@@ABVNoReference at 0@@Z)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkSmartPointerBase & __thiscall
vtkSmartPointerBase::operator=(class vtkSmartPointerBase const &)"
(__imp_??4vtkSmartPointerBase@@QAEAAV0 at ABV0@@Z) referenced in function
"public: class vtkSmartPointer<class vtkRenderer> & __thiscall
vtkSmartPointer<class vtkRenderer>::operator=(class vtkSmartPointer<class
vtkRenderer> const &)"
(??4?$vtkSmartPointer at VvtkRenderer@@@@QAEAAV0 at ABV0@@Z)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall vtkMFCWindow::vtkMFCWindow(class
CWnd *)" (__imp_??0vtkMFCWindow@@QAE at PAVCWnd@@@Z) referenced in function
"protected: virtual int __thiscall CTPSToolboxDlg::OnInitDialog(void)"
(?OnInitDialog at CTPSToolboxDlg@@MAEHXZ)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall vtkMFCWindow::AssertValid(void)const "
(?AssertValid at vtkMFCWindow@@UBEXXZ)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall vtkMFCWindow::Dump(class CDumpContext &)const "
(?Dump at vtkMFCWindow@@UBEXAAVCDumpContext@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "protected:
virtual struct AFX_MSGMAP const * __thiscall
vtkMFCWindow::GetMessageMap(void)const "
(?GetMessageMap at vtkMFCWindow@@MBEPBUAFX_MSGMAP@@XZ)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall vtkMFCWindow::SetRenderWindow(class
vtkWin32OpenGLRenderWindow *)"
(?SetRenderWindow at vtkMFCWindow@@UAEXPAVvtkWin32OpenGLRenderWindow@@@Z)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "public:
virtual class vtkWin32OpenGLRenderWindow * __thiscall
vtkMFCWindow::GetRenderWindow(void)"
(?GetRenderWindow at vtkMFCWindow@@UAEPAVvtkWin32OpenGLRenderWindow@@XZ)
1>TPSToolboxDlg.obj : error LNK2001: unresolved external symbol "public:
virtual class vtkRenderWindowInteractor * __thiscall
vtkMFCWindow::GetInteractor(void)"
(?GetInteractor at vtkMFCWindow@@UAEPAVvtkRenderWindowInteractor@@XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: virtual __thiscall
vtkMFCWindow::~vtkMFCWindow(void)" (__imp_??1vtkMFCWindow@@UAE at XZ)
referenced in function "public: virtual void * __thiscall
vtkMFCWindow::`scalar deleting destructor'(unsigned int)"
(??_GvtkMFCWindow@@UAEPAXI at Z)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkRenderer::ResetCamera(void)" (__imp_?ResetCamera at vtkRenderer@@QAEXXZ)
referenced in function "private: void __thiscall
CTPSToolboxDlg::ExecutePipeline(void)"
(?ExecutePipeline at CTPSToolboxDlg@@AAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall vtkRenderer::AddActor(class
vtkProp *)" (__imp_?AddActor at vtkRenderer@@QAEXPAVvtkProp@@@Z) referenced in
function "private: void __thiscall CTPSToolboxDlg::ExecutePipeline(void)"
(?ExecutePipeline at CTPSToolboxDlg@@AAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkProperty * __thiscall
vtkActor::GetProperty(void)"
(__imp_?GetProperty at vtkActor@@QAEPAVvtkProperty@@XZ) referenced in function
"public: void __thiscall CTPSToolboxDlg::OnBnClickedLoadmodel1(void)"
(?OnBnClickedLoadmodel1 at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkRenderer::RemoveActor(class vtkProp *)"
(__imp_?RemoveActor at vtkRenderer@@QAEXPAVvtkProp@@@Z) referenced in function
"public: void __thiscall CTPSToolboxDlg::OnBnClickedLoadmodel1(void)"
(?OnBnClickedLoadmodel1 at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall vtkIdList::Reset(void)"
(__imp_?Reset at vtkIdList@@QAEXXZ) referenced in function "public: void
__thiscall CTPSToolboxDlg::OnBnClickedLoadpp1(void)"
(?OnBnClickedLoadpp1 at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall vtkIdList::DeepCopy(class
vtkIdList *)" (__imp_?DeepCopy at vtkIdList@@QAEXPAV1@@Z) referenced in
function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedTpstransform(void)"
(?OnBnClickedTpstransform at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkImageAlgorithm::SetInput(class vtkDataObject *)"
(__imp_?SetInput at vtkImageAlgorithm@@QAEXPAVvtkDataObject@@@Z) referenced in
function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedLoadtexture(void)"
(?OnBnClickedLoadtexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkImageData * __thiscall
vtkImageAlgorithm::GetOutput(void)"
(__imp_?GetOutput at vtkImageAlgorithm@@QAEPAVvtkImageData@@XZ) referenced in
function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedLoadtexture(void)"
(?OnBnClickedLoadtexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: int __thiscall
vtkDataSetAttributes::SetTCoords(class vtkDataArray *)"
(__imp_?SetTCoords at vtkDataSetAttributes@@QAEHPAVvtkDataArray@@@Z) referenced
in function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedCopytexture(void)"
(?OnBnClickedCopytexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static double __cdecl vtkMath::Norm(double
const *,int)" (__imp_?Norm at vtkMath@@SANPBNH at Z) referenced in function
"public: void __thiscall CTPSToolboxDlg::OnBnClickedCopytexture(void)"
(?OnBnClickedCopytexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static double __cdecl vtkMath::Norm(double
const * const)" (__imp_?Norm at vtkMath@@SANQBN at Z) referenced in function
"public: void __thiscall CTPSToolboxDlg::OnBnClickedCopytexture(void)"
(?OnBnClickedCopytexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkDataArray * __thiscall
vtkDataSetAttributes::GetTCoords(void)"
(__imp_?GetTCoords at vtkDataSetAttributes@@QAEPAVvtkDataArray@@XZ) referenced
in function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedCopytexture(void)"
(?OnBnClickedCopytexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkPointData * __thiscall
vtkDataSet::GetPointData(void)"
(__imp_?GetPointData at vtkDataSet@@QAEPAVvtkPointData@@XZ) referenced in
function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedCopytexture(void)"
(?OnBnClickedCopytexture at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkOBJExporter * __cdecl
vtkOBJExporter::New(void)" (__imp_?New at vtkOBJExporter@@SAPAV1 at XZ) referenced
in function "public: void __thiscall
CTPSToolboxDlg::OnBnClickedSavemodel2(void)"
(?OnBnClickedSavemodel2 at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall vtkExporter::SetInput(class
vtkRenderWindow *)"
(__imp_?SetInput at vtkExporter@@QAEXPAVvtkRenderWindow@@@Z) referenced in
function "public: void __thiscall CTPSToolboxDlg::OnBnClickedAutorun(void)"
(?OnBnClickedAutorun at CTPSToolboxDlg@@QAEXXZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
vtkSmartPointerBase::vtkSmartPointerBase(void)"
(__imp_??0vtkSmartPointerBase@@QAE at XZ) referenced in function "public:
__thiscall vtkSmartPointer<class vtkRenderer>::vtkSmartPointer<class
vtkRenderer>(void)" (??0?$vtkSmartPointer at VvtkRenderer@@@@QAE at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkRenderer * __cdecl
vtkRenderer::New(void)" (__imp_?New at vtkRenderer@@SAPAV1 at XZ) referenced in
function "public: static class vtkSmartPointer<class vtkRenderer> __cdecl
vtkSmartPointer<class vtkRenderer>::New(void)"
(?New@?$vtkSmartPointer at VvtkRenderer@@@@SA?AV1 at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkActor * __cdecl
vtkActor::New(void)" (__imp_?New at vtkActor@@SAPAV1 at XZ) referenced in function
"public: static class vtkSmartPointer<class vtkActor> __cdecl
vtkSmartPointer<class vtkActor>::New(void)"
(?New@?$vtkSmartPointer at VvtkActor@@@@SA?AV1 at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkTexture * __cdecl
vtkTexture::New(void)" (__imp_?New at vtkTexture@@SAPAV1 at XZ) referenced in
function "public: static class vtkSmartPointer<class vtkTexture> __cdecl
vtkSmartPointer<class vtkTexture>::New(void)"
(?New@?$vtkSmartPointer at VvtkTexture@@@@SA?AV1 at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkJPEGReader * __cdecl
vtkJPEGReader::New(void)" (__imp_?New at vtkJPEGReader@@SAPAV1 at XZ) referenced
in function "public: static class vtkSmartPointer<class vtkJPEGReader>
__cdecl vtkSmartPointer<class vtkJPEGReader>::New(void)"
(?New@?$vtkSmartPointer at VvtkJPEGReader@@@@SA?AV1 at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: class vtkSmartPointerBase & __thiscall
vtkSmartPointerBase::operator=(class vtkObjectBase *)"
(__imp_??4vtkSmartPointerBase@@QAEAAV0 at PAVvtkObjectBase@@@Z) referenced in
function "public: class vtkSmartPointer<class vtkDataArray> & __thiscall
vtkSmartPointer<class vtkDataArray>::operator=(class vtkDataArray *)"
(??4?$vtkSmartPointer at VvtkDataArray@@@@QAEAAV0 at PAVvtkDataArray@@@Z)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkVRMLExporter * __cdecl
vtkVRMLExporter::New(void)" (__imp_?New at vtkVRMLExporter@@SAPAV1 at XZ)
referenced in function "public: static class vtkSmartPointer<class
vtkVRMLExporter> __cdecl vtkSmartPointer<class vtkVRMLExporter>::New(void)"
(?New@?$vtkSmartPointer at VvtkVRMLExporter@@@@SA?AV1 at XZ)
1>TPSToolboxDlg.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkRenderWindow * __cdecl
vtkRenderWindow::New(void)" (__imp_?New at vtkRenderWindow@@SAPAV1 at XZ)
referenced in function "public: static class vtkSmartPointer<class
vtkRenderWindow> __cdecl vtkSmartPointer<class vtkRenderWindow>::New(void)"
(?New@?$vtkSmartPointer at VvtkRenderWindow@@@@SA?AV1 at XZ)
1>TPSTransformWP.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
vtkDoubleArray::SetTupleValue(__int64,double const *)"
(__imp_?SetTupleValue at vtkDoubleArray@@QAEX_JPBN at Z) referenced in function
"public: class vtkSmartPointer<class vtkDoubleArray> __thiscall
TPSTransformWP::getMatrixW(void)"
(?getMatrixW at TPSTransformWP@@QAE?AV?$vtkSmartPointer at VvtkDoubleArray@@@@XZ)
1>TPSTransformWP.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: static class vtkThinPlateSplineTransform *
__cdecl vtkThinPlateSplineTransform::New(void)"
(__imp_?New at vtkThinPlateSplineTransform@@SAPAV1 at XZ) referenced in function
"public: static class TPSTransformWP * __cdecl TPSTransformWP::New(void)"
(?New at TPSTransformWP@@SAPAV1 at XZ)
1>E:\TPS ToolBox\TPSToolbox\Debug\TPSToolbox.exe : fatal error LNK1120: 83
unresolved externals

I tried to add the .lib files to Project Properties->Configuration
Properties->Linker->Input->Additional Dependencies and also modify the 
Project Properties->Configuration Properties->Debugging->Environment as
"PATH=%PATH%; E:\VTK - 5.8.0\_VTK 5.8.0\bin", but nothing changed...

I don't have any clue what I am doing wrong. I tried to search for already
existing answers but none of them could help.

I hope someone can help me.
Thanks. 

--
View this message in context: http://vtk.1045678.n5.nabble.com/error-LNK2019-unresolved-external-symbol-tp5525460p5525460.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list