[vtkusers] Linker Errors Compiling Application against VTK 7.1 Libraries

newcfd newcfd at yahoo.com
Mon Feb 15 13:36:53 EST 2016


Add this in your vtk application
#if VTK_MAJOR_VERSION >= 7
VTK_MODULE_INIT(vtkRenderingVolumeOpenGL);
#endif

The module is not initialized automatically on Windows. No issues on Linux



--
View this message in context: http://vtk.1045678.n5.nabble.com/Linker-Errors-Compiling-Application-against-VTK-7-1-Libraries-tp5736561p5736578.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list