[vtkusers] How to show error messages

Mathieu Malaterre Mathieu.Malaterre at creatis.insa-lyon.fr
Wed Oct 22 14:03:35 EDT 2003


jiang wrote:
> Hi, all,
> I develop one application with vtk. When I run my application, it goes well.
> However, when I end it, there is a vtk error message window flashes and
> disppeares immediately. Maybe there are some thing wrong about my code. But
> it can pass compiling and can also run. How can I get those error messages,
> then I can try to solve them?


You forgot to call ->Delete() on some vtk filter you are using.

HTH
mathieu




More information about the vtkusers mailing list