<div dir="ltr"><br clear="all"><div>Dear all,</div><div>I'm trying to build VTK 5.10 with Python wrapping on the following configuration:</div><div><br></div><div>Windows 7 64bit</div><div>Visual studio 2010</div><div>

Python 2.75 (python(x,y))</div><div><br></div><div><br></div><div>and get the following linker error below.</div><div>Does any one encounter this issue while building VTK with python using visual studio 2010?</div><div>How can I overcome this problem?</div>

<div><br></div><div>Thanks,</div><div>Moti</div><div><br></div><div><br></div><div>--------------------------------------------------------------------------------------------------------------------------------------</div>

<div><br></div><div><br></div><div><div>1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------</div><div>1>Build started 1/13/2014 4:32:18 PM.</div><div>1>InitializeBuildStatus:</div><div>

1>  Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.</div><div>1>FinalizeBuildStatus:</div><div>1>  Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".</div>

<div>1>  Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".</div><div>1></div><div>1>Build succeeded.</div><div>1></div><div>1>Time Elapsed 00:00:00.27</div><div>2>------ Build started: Project: vtkhdf5, Configuration: Release x64 ------</div>

<div>2>Build started 1/13/2014 4:32:19 PM.</div><div>3>------ Build started: Project: vtkPythonCore, Configuration: Release x64 ------</div><div>3>Build started 1/13/2014 4:32:19 PM.</div><div>2>InitializeBuildStatus:</div>

<div>2>  Creating "vtkhdf5.dir\Release\vtkhdf5.unsuccessfulbuild" because "AlwaysCreate" was specified.</div><div>2>CustomBuild:</div><div>2>  All outputs are up-to-date.</div><div>3>InitializeBuildStatus:</div>

<div>3>  Touching "vtkPythonCore.dir\Release\vtkPythonCore.unsuccessfulbuild".</div><div>3>CustomBuild:</div><div>3>  All outputs are up-to-date.</div><div>3>ClCompile:</div><div>3>  All outputs are up-to-date.</div>

<div>4>------ Build started: Project: vtkMaterialLibraryConfiguredFiles, Configuration: Release x64 ------</div><div>4>Build started 1/13/2014 4:32:20 PM.</div><div>5>------ Build started: Project: vtkImaging, Configuration: Release x64 ------</div>

<div>5>Build started 1/13/2014 4:32:20 PM.</div><div>4>InitializeBuildStatus:</div><div>4>  Creating "x64\Release\vtkMaterialLibraryConfiguredFiles\vtkMaterialLibraryConfiguredFiles.unsuccessfulbuild" because "AlwaysCreate" was specified.</div>

<div>2>ClCompile:</div><div>2>  All outputs are up-to-date.</div><div>3>Link:</div><div>3>     Creating library C:/Users/310127444/Tools/VTK5.10.1/build/bin/Release/vtkPythonCore.lib and object C:/Users/310127444/Tools/VTK5.10.1/build/bin/Release/vtkPythonCore.exp</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_Occurred referenced in function "public: static bool __cdecl vtkPythonArgs::ErrorOccurred(void)" (?ErrorOccurred@vtkPythonArgs@@SA_NXZ)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred</div><div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyErr_Occurred</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp__Py_NoneStruct referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildNone(void)" (?BuildNone@vtkPythonArgs@@SAPEAU_object@@XZ)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct</div><div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp__Py_NoneStruct</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyString_FromString referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(void const *)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@PEBX@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyString_FromString</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyFloat_FromDouble referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(double)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@N@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyBool_FromLong referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(bool)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@_N@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyInt_FromLong referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(int)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@H@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyInt_FromLong</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLong referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(unsigned int)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@I@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromLongLong referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(__int64)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@_J@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_FromUnsignedLongLong referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(unsigned __int64)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@_K@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyString_FromStringAndSize referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildBytes(char const *,int)" (?BuildBytes@vtkPythonArgs@@SAPEAU_object@@PEBDH@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyString_FromStringAndSize</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyInt_AsLong referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAJ@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyInt_AsLong</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_WarnEx referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAJ@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyExc_DeprecationWarning referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAJ@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyType_IsSubtype referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAJ@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyType_IsSubtype</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyFloat_Type referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAJ@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyFloat_Type</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsUnsignedLong referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,unsigned long &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAK@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_SetString referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,void const * &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAPEBX@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div><div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyErr_SetString</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyExc_TypeError referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,void const * &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAPEBX@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div><div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyExc_TypeError</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_AsUTF8String referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,class vtkUnicodeString &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAVvtkUnicodeString@@@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyObject_IsTrue referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,bool &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEA_N@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_IsTrue</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyFloat_AsDouble referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,float &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAM@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyFloat_AsDouble</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyExc_OverflowError referenced in function "bool __cdecl vtkPythonGetValue(struct _object *,signed char &)" (?vtkPythonGetValue@@YA_NPEAU_object@@AEAC@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyCallable_Check referenced in function "public: static bool __cdecl vtkPythonArgs::GetFunction(struct _object *,struct _object * &)" (?GetFunction@vtkPythonArgs@@SA_NPEAU_object@@AEAPEAU2@@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyCallable_Check</div><div>4>FinalizeBuildStatus:</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyCallable_Check</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_Restore referenced in function "protected: bool __cdecl vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError@vtkPythonArgs@@IEAA_NH@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyString_AsString referenced in function "protected: bool __cdecl vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError@vtkPythonArgs@@IEAA_NH@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyString_AsString</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_Fetch referenced in function "protected: bool __cdecl vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError@vtkPythonArgs@@IEAA_NH@Z)</div>

<div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyExc_ValueError referenced in function "protected: bool __cdecl vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError@vtkPythonArgs@@IEAA_NH@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_ValueError</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyErr_ExceptionMatches referenced in function "protected: bool __cdecl vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError@vtkPythonArgs@@IEAA_NH@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyErr_ExceptionMatches</div><div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyErr_ExceptionMatches</div><div>

3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp__PyUnicodeUCS2_AsDefaultEncodedString referenced in function "bool __cdecl vtkPythonGetStringValue<char const >(struct _object *,char const * &,char const *)" (??$vtkPythonGetStringValue@$$CBD@@YA_NPEAU_object@@AEAPEBDPEBD@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsLongLong referenced in function "bool __cdecl vtkPythonGetLongLongValue<__int64>(struct _object *,__int64 &)" (??$vtkPythonGetLongLongValue@_J@@YA_NPEAU_object@@AEA_J@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyLong_AsLongLong</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyLong_AsUnsignedLongLong referenced in function "bool __cdecl vtkPythonGetUnsignedLongLongValue<unsigned __int64>(struct _object *,unsigned __int64 &)" (??$vtkPythonGetUnsignedLongLongValue@_K@@YA_NPEAU_object@@AEA_K@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyTuple_New referenced in function "struct _object * __cdecl vtkPythonBuildTuple<bool>(bool const *,int)" (??$vtkPythonBuildTuple@_N@@YAPEAU_object@@PEB_NH@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyTuple_New</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PySequence_GetItem referenced in function "bool __cdecl vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@_N@@YA_NPEAU_object@@PEA_NH@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PySequence_GetItem</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PySequence_Size referenced in function "bool __cdecl vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@_N@@YA_NPEAU_object@@PEA_NH@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size</div><div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PySequence_Size</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PySequence_Check referenced in function "bool __cdecl vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@_N@@YA_NPEAU_object@@PEA_NH@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PySequence_Check</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PySequence_SetItem referenced in function "bool __cdecl vtkPythonSetArray<bool>(struct _object *,bool const *,int)" (??$vtkPythonSetArray@_N@@YA_NPEAU_object@@PEB_NH@Z)</div>

<div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyUnicodeUCS2_DecodeUTF8 referenced in function "public: static struct _object * __cdecl vtkPythonArgs::BuildValue(class vtkUnicodeString const &)" (?BuildValue@vtkPythonArgs@@SAPEAU_object@@AEBVvtkUnicodeString@@@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyUnicodeUCS2_DecodeUTF8</div><div>3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol __imp_PyString_AsStringAndSize referenced in function "bool __cdecl vtkPythonGetStdStringValue(struct _object *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char const *)" (?vtkPythonGetStdStringValue@@YA_NPEAU_object@@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBD@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol __imp_PyTuple_Size referenced in function "public: static int __cdecl vtkPythonOverload::CheckArg(struct _object *,char const *,char const *,int)" (?CheckArg@vtkPythonOverload@@SAHPEAU_object@@PEBD1H@Z)</div>

<div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyTuple_Size</div><div>3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol __imp_PyString_Size referenced in function "public: static int __cdecl vtkPythonOverload::CheckArg(struct _object *,char const *,char const *,int)" (?CheckArg@vtkPythonOverload@@SAHPEAU_object@@PEBD1H@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyString_Size</div><div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyErr_Clear referenced in function "struct _object * __cdecl PyVTKObject_Repr(struct _object *)" (?PyVTKObject_Repr@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear</div><div>3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyErr_Clear</div><div>3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol __imp_PyBool_Type referenced in function "public: static int __cdecl vtkPythonOverload::CheckArg(struct _object *,char const *,char const *,int)" (?CheckArg@vtkPythonOverload@@SAHPEAU_object@@PEBD1H@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp__PyString_Resize referenced in function "public: static struct _object * __cdecl vtkPythonUtil::BuildDocString(char const * * const)" (?BuildDocString@vtkPythonUtil@@SAPEAU_object@@QEAPEBD@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyGILState_Release referenced in function "void __cdecl vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@@YAXPEAX@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyGILState_Ensure referenced in function "void __cdecl vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@@YAXPEAX@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_Py_IsInitialized referenced in function "void __cdecl vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@@YAXPEAX@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyErr_Print referenced in function "void __cdecl vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX@Z)</div><div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_Py_Exit referenced in function "void __cdecl vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyExc_KeyboardInterrupt referenced in function "void __cdecl vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX@Z)</div><div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyEval_CallObjectWithKeywords referenced in function "void __cdecl vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX@Z)</div>

<div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallObjectWithKeywords</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyEval_CallObjectWithKeywords</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_Py_BuildValue referenced in function "void __cdecl vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX@Z)</div><div>3>PyVTKClass.obj : error LNK2001: unresolved external symbol __imp_Py_BuildValue</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_Py_BuildValue</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_Py_BuildValue</div><div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp__Py_HashPointer referenced in function "public: static long __cdecl vtkPythonUtil::VariantHash(class vtkVariant const *)" (?VariantHash@vtkPythonUtil@@SAJPEBVvtkVariant@@@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyObject_Hash referenced in function "public: static long __cdecl vtkPythonUtil::VariantHash(class vtkVariant const *)" (?VariantHash@vtkPythonUtil@@SAJPEBVvtkVariant@@@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyErr_GivenExceptionMatches referenced in function "public: static void * __cdecl vtkPythonUtil::GetPointerFromSpecialObject(struct _object *,char const *,struct _object * *)" (?GetPointerFromSpecialObject@vtkPythonUtil@@SAPEAXPEAU_object@@PEBDPEAPEAU2@@Z)</div>

<div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetAttrString referenced in function "public: static class vtkObjectBase * __cdecl vtkPythonUtil::GetPointerFromObject(struct _object *,char const *)" (?GetPointerFromObject@vtkPythonUtil@@SAPEAVvtkObjectBase@@PEAU_object@@PEBD@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttrString</div><div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_PyDict_Size referenced in function "public: static void __cdecl vtkPythonUtil::RemoveObjectFromMap(struct _object *)" (?RemoveObjectFromMap@vtkPythonUtil@@SAXPEAU_object@@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyDict_Size</div><div>3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol __imp_Py_AtExit referenced in function "public: static class PyVTKSpecialType * __cdecl vtkPythonUtil::AddSpecialTypeToMap(struct _typeobject *,struct PyMethodDef *,struct PyMethodDef *,char const * * const,void * (__cdecl*)(void const *))" (?AddSpecialTypeToMap@vtkPythonUtil@@SAPEAVPyVTKSpecialType@@PEAU_typeobject@@PEAUPyMethodDef@@1QEAPEBDP6APEAXPEBX@Z@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyArg_ParseTuple referenced in function "struct _object * __cdecl PyVTKClass_Call(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_Call@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyArg_ParseTuple</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyArg_ParseTuple</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetAttr referenced in function "struct _object * __cdecl PyVTKClass_Call(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_Call@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_GetAttr</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItem referenced in function "struct _object * __cdecl PyVTKClass_Call(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_Call@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyDict_GetItem</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyObject_GC_Del referenced in function "void __cdecl PyVTKClass_Delete(struct _object *)" (?PyVTKClass_Delete@@YAXPEAU_object@@@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Del</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Del</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyObject_GC_UnTrack referenced in function "void __cdecl PyVTKClass_Delete(struct _object *)" (?PyVTKClass_Delete@@YAXPEAU_object@@@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_UnTrack</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_UnTrack</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyExc_AttributeError referenced in function "struct _object * __cdecl PyVTKClassMetaType_GetAttr(struct _object *,struct _object *)" (?PyVTKClassMetaType_GetAttr@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyExc_AttributeError</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyCFunction_NewEx referenced in function "struct _object * __cdecl PyVTKClassMetaType_GetAttr(struct _object *,struct _object *)" (?PyVTKClassMetaType_GetAttr@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_NewEx</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyCFunction_NewEx</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_SetItemString referenced in function PyVTKClass_GetDict</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItemString</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_New referenced in function PyVTKClass_GetDict</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyDict_New</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyDict_New</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyObject_GC_Track referenced in function PyVTKClass_New</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Track</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyObject_GC_Track</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp__PyObject_GC_New referenced in function PyVTKClass_New</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp__PyObject_GC_New</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp__PyObject_GC_New</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyString_InternFromString referenced in function PyVTKClass_New</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_DelItemString referenced in function "struct _object * __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyEval_GetGlobals referenced in function "struct _object * __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_GetItemString referenced in function "struct _object * __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyTuple_GetItem referenced in function "struct _object * __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyTuple_GetItem</div><div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyArg_ParseTupleAndKeywords referenced in function "struct _object * __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_Keys referenced in function "struct _object * __cdecl PyVTKClass_Dir(struct _object *,struct _object *)" (?PyVTKClass_Dir@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyDict_Update referenced in function "struct _object * __cdecl PyVTKClass_Dir(struct _object *,struct _object *)" (?PyVTKClass_Dir@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyType_Type referenced in function "void __cdecl `dynamic initializer for 'PyVTKClassMetaType''(void)" (??__EPyVTKClassMetaType@@YAXXZ)</div>

<div>3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol __imp_PyType_Type</div><div>3>PyVTKObject.obj : error LNK2001: unresolved external symbol __imp_PyType_Type</div><div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyType_Type</div>

<div>3>PyVTKClass.obj : error LNK2019: unresolved external symbol __imp_PyClass_Type referenced in function "void __cdecl `dynamic initializer for 'PyVTKClass_Type''(void)" (??__EPyVTKClass_Type@@YAXXZ)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_CoerceEx referenced in function "int __cdecl PyVTKMutableObject_Coerce(struct _object * *,struct _object * *)" (?PyVTKMutableObject_Coerce@@YAHPEAPEAU_object@@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_ToBase referenced in function "struct _object * __cdecl PyVTKMutableObject_Hex(struct _object *)" (?PyVTKMutableObject_Hex@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Add referenced in function "struct _object * __cdecl PyVTKMutableObject_Add(struct _object *,struct _object *)" (?PyVTKMutableObject_Add@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Subtract referenced in function "struct _object * __cdecl PyVTKMutableObject_Subtract(struct _object *,struct _object *)" (?PyVTKMutableObject_Subtract@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Multiply referenced in function "struct _object * __cdecl PyVTKMutableObject_Multiply(struct _object *,struct _object *)" (?PyVTKMutableObject_Multiply@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Divide referenced in function "struct _object * __cdecl PyVTKMutableObject_Divide(struct _object *,struct _object *)" (?PyVTKMutableObject_Divide@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Remainder referenced in function "struct _object * __cdecl PyVTKMutableObject_Remainder(struct _object *,struct _object *)" (?PyVTKMutableObject_Remainder@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Divmod referenced in function "struct _object * __cdecl PyVTKMutableObject_Divmod(struct _object *,struct _object *)" (?PyVTKMutableObject_Divmod@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Power referenced in function "struct _object * __cdecl PyVTKMutableObject_Power(struct _object *,struct _object *,struct _object *)" (?PyVTKMutableObject_Power@@YAPEAU_object@@PEAU1@00@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Negative referenced in function "struct _object * __cdecl PyVTKMutableObject_Negative(struct _object *)" (?PyVTKMutableObject_Negative@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Positive referenced in function "struct _object * __cdecl PyVTKMutableObject_Positive(struct _object *)" (?PyVTKMutableObject_Positive@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Absolute referenced in function "struct _object * __cdecl PyVTKMutableObject_Absolute(struct _object *)" (?PyVTKMutableObject_Absolute@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Invert referenced in function "struct _object * __cdecl PyVTKMutableObject_Invert(struct _object *)" (?PyVTKMutableObject_Invert@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Lshift referenced in function "struct _object * __cdecl PyVTKMutableObject_Lshift(struct _object *,struct _object *)" (?PyVTKMutableObject_Lshift@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Rshift referenced in function "struct _object * __cdecl PyVTKMutableObject_Rshift(struct _object *,struct _object *)" (?PyVTKMutableObject_Rshift@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_And referenced in function "struct _object * __cdecl PyVTKMutableObject_And(struct _object *,struct _object *)" (?PyVTKMutableObject_And@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Or referenced in function "struct _object * __cdecl PyVTKMutableObject_Or(struct _object *,struct _object *)" (?PyVTKMutableObject_Or@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Xor referenced in function "struct _object * __cdecl PyVTKMutableObject_Xor(struct _object *,struct _object *)" (?PyVTKMutableObject_Xor@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Int referenced in function "struct _object * __cdecl PyVTKMutableObject_Int(struct _object *)" (?PyVTKMutableObject_Int@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Long referenced in function "struct _object * __cdecl PyVTKMutableObject_Long(struct _object *)" (?PyVTKMutableObject_Long@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Float referenced in function "struct _object * __cdecl PyVTKMutableObject_Float(struct _object *)" (?PyVTKMutableObject_Float@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_FloorDivide referenced in function "struct _object * __cdecl PyVTKMutableObject_FloorDivide(struct _object *,struct _object *)" (?PyVTKMutableObject_FloorDivide@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_TrueDivide referenced in function "struct _object * __cdecl PyVTKMutableObject_TrueDivide(struct _object *,struct _object *)" (?PyVTKMutableObject_TrueDivide@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyNumber_Index referenced in function "struct _object * __cdecl PyVTKMutableObject_Index(struct _object *)" (?PyVTKMutableObject_Index@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_Free referenced in function "void __cdecl PyVTKMutableObject_Delete(struct _object *)" (?PyVTKMutableObject_Delete@@YAXPEAU_object@@@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyObject_Free</div><div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_Repr referenced in function "struct _object * __cdecl PyVTKMutableObject_Repr(struct _object *)" (?PyVTKMutableObject_Repr@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp_PyObject_Repr</div><div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_Str referenced in function "struct _object * __cdecl PyVTKMutableObject_Str(struct _object *)" (?PyVTKMutableObject_Str@@YAPEAU_object@@PEAU1@@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_RichCompare referenced in function "struct _object * __cdecl PyVTKMutableObject_RichCompare(struct _object *,struct _object *,int)" (?PyVTKMutableObject_RichCompare@@YAPEAU_object@@PEAU1@0H@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_GenericGetAttr referenced in function "struct _object * __cdecl PyVTKMutableObject_GetAttr(struct _object *,struct _object *)" (?PyVTKMutableObject_GetAttr@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp__PyObject_New referenced in function "struct _object * __cdecl PyVTKMutableObject_New(struct _typeobject *,struct _object *,struct _object *)" (?PyVTKMutableObject_New@@YAPEAU_object@@PEAU_typeobject@@PEAU1@1@Z)</div>

<div>3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol __imp__PyObject_New</div><div>3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_HashNotImplemented referenced in function "void __cdecl `dynamic initializer for 'PyVTKMutableObject_Type''(void)" (??__EPyVTKMutableObject_Type@@YAXXZ)</div>

<div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyDict_DelItem referenced in function "int __cdecl PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)" (?PyVTKObject_SetAttr@@YAHPEAU_object@@00@Z)</div>

<div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyDict_SetItem referenced in function "int __cdecl PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)" (?PyVTKObject_SetAttr@@YAHPEAU_object@@00@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol __imp_PyDict_SetItem</div><div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyExc_RuntimeError referenced in function "int __cdecl PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)" (?PyVTKObject_SetAttr@@YAHPEAU_object@@00@Z)</div>

<div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyMethod_New referenced in function "struct _object * __cdecl PyVTKObject_GetAttr(struct _object *,struct _object *)" (?PyVTKObject_GetAttr@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyCFunction_Type referenced in function "struct _object * __cdecl PyVTKObject_GetAttr(struct _object *,struct _object *)" (?PyVTKObject_GetAttr@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKObject.obj : error LNK2019: unresolved external symbol __imp_PyObject_ClearWeakRefs referenced in function "void __cdecl PyVTKObject_Delete(struct _object *)" (?PyVTKObject_Delete@@YAXPEAU_object@@@Z)</div>

<div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_PyBaseObject_Type referenced in function PyVTKSpecialObject_Repr</div><div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_PyString_ConcatAndDel referenced in function PyVTKSpecialObject_Repr</div>

<div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_Py_ReprLeave referenced in function PyVTKSpecialObject_SequenceString</div><div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_PyString_Concat referenced in function PyVTKSpecialObject_SequenceString</div>

<div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_Py_ReprEnter referenced in function PyVTKSpecialObject_SequenceString</div><div>3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol __imp_PyType_Ready referenced in function PyVTKSpecialType_New</div>

<div>3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol __imp_PyObject_CallMethod referenced in function "struct _object * __cdecl PyVTKTemplate_HasKey(struct _object *,struct _object *)" (?PyVTKTemplate_HasKey@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol __imp_PyObject_Size referenced in function "__int64 __cdecl PyVTKTemplate_Size(struct _object *)" (?PyVTKTemplate_Size@@YA_JPEAU_object@@@Z)</div>

<div>3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol __imp_PyObject_GetItem referenced in function "struct _object * __cdecl PyVTKTemplate_GetItem(struct _object *,struct _object *)" (?PyVTKTemplate_GetItem@@YAPEAU_object@@PEAU1@0@Z)</div>

<div>3>C:\Users\310127444\Tools\VTK5.10.1\build\bin\Release\vtkPythonCore.dll : fatal error LNK1120: 124 unresolved externals</div><div>3></div></div></div>