<div dir="ltr"><div><br></div><div>I have trying to use the vtk 6.2. I build vtk for 32 bits and 64 bits without any errors.   My test program worked for 64 bit but had LNK 2019 errors as below when I tried to compile it for 32 bit. Apparently the compiler cannot find the match functions in the library.  I would appreciate if you have any suggestion to where the problem might be?</div><div><br></div><div>Thanks,</div><div><br>Andy</div><div><br></div><div><br></div><div>Error<span class="" style="white-space:pre">     </span>4<span class="" style="white-space:pre"> </span>error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall vtkDebugLeaksManager::vtkDebugLeaksManager(void)" (__imp_??0vtkDebugLeaksManager@@QAE@XZ) referenced in function "void __cdecl `dynamic initializer for 'vtkDebugLeaksManagerInstance''(void)" (??__EvtkDebugLeaksManagerInstance@@YAXXZ)<span class="" style="white-space:pre">     </span></div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">Error       10      error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall vtkDataArray::InsertTuple1(int,double)" (__imp_?InsertTuple1@vtkDataArray@@QAEXHN@Z) referenced in function "private: int __thiscall CDlg3DView::PipeLine3DODSurface(void)" (?PipeLine3DODSurface@CDlg3DView@@AAEHXZ)      </span><span class="" style="white-space:pre">
</span></div><div><span class="" style="white-space:pre"><br></span></div><div><br></div><div><div>Error<span class="" style="white-space:pre">   </span>11<span class="" style="white-space:pre">        </span>error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class vtkPoints * __cdecl vtkPoints::New(void)" (__imp_?New@vtkPoints@@SAPAV1@XZ) referenced in function "private: int __thiscall CDlg3DView::PipeLine3DODSurface(void)" (?PipeLine3DODSurface@CDlg3DView@@AAEHXZ)<span class="" style="white-space:pre">    </span></div></div><div><br></div></div>