It is a regular console application. It goes like<br><br>#include <vtkxxx.h><br>//.............<br>//---------- Include headers -----------------<br><br>vtkPolyData* polydata = vtkPolyData::New(); // here pops the error<br>
//............ <br><br>void main()<br>{<br> //.........................................<br>}<br><br><br>