[vtkusers] vtkAVIWriter::New() not working
cammarasana123
cammarasanasimone at gmail.com
Thu Jul 5 05:11:12 EDT 2018
Hello everybody,
I was trying this example for creating an AVI video
https://www.vtk.org/Wiki/VTK/Examples/Cxx/Untested/Video/AVI
<https://www.vtk.org/Wiki/VTK/Examples/Cxx/Untested/Video/AVI>
but this simple program here is not working:
/
#include <vtkSmartPointer.h>
#include <vtkAVIWriter.h>
int main (int argc, char *argv[])
{
vtkSmartPointer<vtkAVIWriter> writer =
vtkSmartPointer<vtkAVIWriter>::New();
}
/
giving an error like
*Undefined reference at vtkAVIWriter::New()*
The Cmake is the same of the example..I don't know if there can be some
error with the installation, other programs are working rightly.
Thanks for supporting
Simone
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list