[vtkusers] QVTKWidget error

John Drescher drescherjm at gmail.com
Thu Apr 18 07:42:14 EDT 2013


> Yes, the headers were created in the build tree. And I had to add:
>
> INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
>
> And now it works for the debug mode but with the release mode I get a pop-up
> window. Do you have any idea where it comes from??
>
> <http://vtk.1045678.n5.nabble.com/file/n5720170/test.png>
>
> Thx for your help!!!!!
>

Make sure you are not using any debug dlls for your release build.
Also make sure your paths are correct so that your release dlls are in
your path when you run your release application.

John



More information about the vtkusers mailing list