How to configure VTK on windows for C++ programming?

Posted by Rasoul on Stack Overflow See other posts from Stack Overflow or by Rasoul
Published on 2012-04-04T17:27:40Z Indexed on 2012/04/04 17:28 UTC
Read the original article Hit count: 315

Filed under:
|

I am new to windows C/C++ programming. I am trying to get a binary program (.exe) to run which needs VTK library. I have installed VTK from http://vtk.org/VTK/resources/software.html on 64-bit windows 7. When I run the binary program, it generates an error in a window saying that "vtkCommon.dll is missing from your computer". Should I add the folder in which VTK has been installed to the windows PATH?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about vtk