<div dir="ltr">AIUI, mingw isn't well supported by VTK. You're in somewhat uncharted waters, things will be smoother with MSVC.<div><br></div><div>Best,</div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 20, 2016 at 4:29 AM, Alex Liu via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all.<br>
I build vtk using mingw32 in windows 7-64bit. When I run any VTK program it<br>
runs fine till it hits the line return EXIT_SUCCESS or return 0, even the<br>
simplest example  VTK Hello World Example<br>
<<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Rendering/Cylinder" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/<wbr>Examples/Cxx/Rendering/<wbr>Cylinder</a>><br>
<br>
I tried adding<br>
#include <vtkAutoInit.h><br>
VTK_MODULE_INIT(<wbr>vtkInteractionStyle)<br>
VTK_MODULE_INIT(<wbr>vtkRenderingFreeType)<br>
VTK_MODULE_INIT(<wbr>vtkRenderingOpenGL2)<br>
//VTK_MODULE_INIT(<wbr>vtkDomainsChemistryOpenGL2)<br>
//VTK_MODULE_INIT(<wbr>vtkRenderingContextOpenGL2)<br>
//VTK_MODULE_INIT(<wbr>vtkRenderingVolumeOpenGL2)<br>
<br>
but nothing helps.<br>
I don't get any error message from vtk. All i get is<br>
Error - RtlWerpReportException failed with status code :-1073741823. Will<br>
try to launch the process directly<br>
from QT error window.<br>
<br>
I noticed one thing, that is, the program only crashes if i render window<br>
and display it.<br>
Please help me with this problem.<br>
Thank you all.<br>
Alex.<br>
<br>
<br>
<br>
-----<br>
Alex Liu<br>
+15574855474<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Program-crashes-at-return-EXIT-SUCCESS-in-QT-Creator-tp5741607.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Program-crashes-at-return-<wbr>EXIT-SUCCESS-in-QT-Creator-<wbr>tp5741607.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>