Arnolfo Marciales wrote:
> 1.......
>
> #include "vtk3DSImporter.h"
> #include "vtkActor.h"
> #include "vtkActor2D.h"
> #include "vtkAssembly.h"
> ....
> Class ()
> {
> }
> .........
I hope your '.....' start with a ; character,
else it will give compile errors, quite possibly
of the type you see.
So I think you forgot a ;
Bram