All Questions
2 questions
0
votes
2
answers
238
views
how to compile vtk-master with qt5 and visual sudio 2015?
When I compile the vtk-master with vs 2015(update 1) and QT5, I see an error as:
Error C2039 'Frame': is not a member of 'QGL Widget' GUI Support Qt Open GL C:\VTK\SOURCE\source\GUISupport\...
1
vote
2
answers
2k
views
VS2015 + VTK 7.1.0 + Qt 5.8.0 running Qt examples from VTK entry point failure
Currently I am trying to use the VTK library in combination with Qt to build an application to visualize STL-files. To get started I installed the following libraries/programs:
Visual Studio 2015 ...