I'm trying to use VTK in my code, but I'm being in trouble. I donot know how to fix it, and I'm not experienced.
I'm using VTK 7.0.0, visual studio 2012 and X64 platform, and the code is copy the link. PLUS: my operating system is win7 x64.
If i build my project with CMake, and i made it. But there is fail when i new a project in VS 2012, and I change Additional Include Directories and Additional Library Directories in right way.
I also find the simple queation and the guide, and I know there is missing marco for SimplePointsReader or update(), I cannot figure out.
I have add:
#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingOpenGL2);
VTK_MODULE_INIT(vtkInteractionStyle);
But it doesnot work. Does anyone know how to solve this problem or at least what does this error mean?