[vtkusers] Problem executing VTK in release mode with Visual Studio 2013
Olivier Ameline
olivameline at gmail.com
Tue Jul 5 10:53:53 EDT 2016
Thank you Andras for your answer.
I am aware of this problem with uninitialized variables, but the code that I
try to execute in release mode
is a VTK example (available here
<https://gitlab.kitware.com/vtk/vtk/tree/8f27431046ddbfe6665790b334f1a78d56c961fe/Examples/GUI/Qt/SimpleView>
).
The code is very simple (only 2 small .cpp) and I don't see any
uninitialized variable.
Except if, for instance,
this->TableView = vtkSmartPointer<vtkQtTableView>::New();
does not count as an initialization ?
Olivier
--
View this message in context: http://vtk.1045678.n5.nabble.com/Problem-executing-VTK-in-release-mode-with-Visual-Studio-2013-tp5739093p5739107.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list