<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Hello vtkusers,
I just had downloaded a version of vtkBezierSurface
(<a href="https://github.com/daviddoria/BezierSurface">https://github.com/daviddoria/BezierSurface</a>)
<<a href="https://github.com/daviddoria">https://github.com/daviddoria</a>> daviddoria/
<<a href="https://github.com/daviddoria/BezierSurface">https://github.com/daviddoria/BezierSurface</a>> BezierSurface. It worked
smoothly with VTK 6.1. However, I am struggling to build the example with
VTK 7.0. The build is crashing in those macros:
vtkCxxRevisionMacro(vtkBezierSurfaceSource, "$Revision: 1.53 $");
Error 5 error C2059: syntax error : 'string'
vtkBezierSurfaceSource.cxx 53 1 BezierSource
Error 17 error C2059: syntax error : 'string'
C:\VektoreSoftware_FileStructure\VektoreSoftware\Implementation\Support\VTK\
BezierSurface-master\vtkBezierSurfaceWidget.cxx 45 1
BezierSourceWidget
vtkTypeRevisionMacro(vtkBezierSurfaceWidget, vtk3DWidget);
Error 7 error C2259: 'vtk3DWidget' : cannot instantiate
abstract class vtkBezierSurfaceWidget.h 51 1
BezierSourceWidget
vtkTypeRevisionMacro(vtkBezierSurfaceSource, vtkPolyDataAlgorithm);
Error 10 error C4430: missing type specifier - int assumed.
Note: C++ does not support default-int vtkBezierSurfaceSource.h
47 1 BezierSourceWidget
Thank you very much for any help,</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Joao</pre></div>