Re: [Paraview] Error when compiling a reader plugin

2011-01-06 Thread Utkarsh Ayachit
You may have to use //BTX and //ETX block marker to hide the offending code in the vtkSgnReader.h which is causing the issue with the wrappers. Would be helpful if you posted relevant sections of that header. Utkarsh 2011/1/6 陈彬斌 : > Hi: > I encounted a error described below when compiling a read

[Paraview] Error when compiling a reader plugin

2011-01-05 Thread 陈彬斌
Hi: I encounted a error described below when compiling a reader plugin with VS2005. *** SYNTAX ERROR found in parsing the header file E:/a/SgnReader/vtkSgnReader.h before line 23 *** Project : error PRJ0019: A tool returned an error code from "Generating vtkSgnReaderClientServer.cxx" I have chec