<div dir="ltr">Hi,<div><br></div><div>I built VTK 6.1.0 from source on Windows 7 64-bit system with Visual Studio 2012 Professional version installed. After building the ALL_BUILD and INSTALL projects in VTK/build I wrote a simple VTK program (I set up appropriate include and library directories, so I know that it is not a problem with paths). When I try to build this project , the build does not happen because  I end up with a linker error like this :</div>
<div><br></div><div><b>vtk_1.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __cdecl vtkRenderer::AddActor(class vtkProp *)" (__imp_?AddActor@vtkRenderer@@QEAAXPEAVvtkProp@@@Z) referenced in function main</b> </div>
<div><br></div><div>There are about 20 such linker errors. I have checked following things :</div><div><br></div><div>a) build configuration is x64 in release mode ( problem remains the same same in the debug mode and win32 mode)</div>
<div><br></div><div>b) Compiler configuration change from /MD to /Mt does not change anything.</div><div><br></div><div>c) Adding \VTK\bin to system path also does not work.</div><div><br></div><div>Can somebody help ?<br clear="all">
<div><br></div>-- <br>Ujjwal<div>IIIT Hyderabad </div><div>Mob - 8142265628</div><div><a href="mailto:ujjwal@research.iiit.ac.in" target="_blank">ujjwal@research.iiit.ac.in</a><br><br><br></div>
</div></div>