Hi everyone,<br><br>I am trying to make a reader and I get the error message above when trying to open a file.<br>I am running Centos5 (64 bit)  and compiled paraview with Qt 4.6.3, VTK 5.2.1 and CMAKE 2.8.4.<br>the same goes for my reader plugin.<br>
Here is my CmakeList.txt:<br>cmake_minimum_required(VERSION 2.6)<br>     if(COMMAND cmake_policy)<br>      cmake_policy(SET CMP0003 NEW)<br>    endif(COMMAND cmake_policy)<br>FIND_PACKAGE(ParaView REQUIRED)<br>INCLUDE(${PARAVIEW_USE_FILE})<br>
INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES} ../)<br> <br>ADD_PARAVIEW_PLUGIN(CSVImage &quot;1.0&quot;<br>  SERVER_MANAGER_XML CSVImage.xml<br>SERVER_MANAGER_SOURCES vtk<span style="background-color: rgb(255, 255, 102);">CVS</span>ImageReader.cpp<br>
GUI_RESOURCE_FILES CSVImageGUI.xml<br>)<br><br>and I get error:<br><br><b>vtkProcessModule (0xb621b30): Cannot create object of type &quot;vtkCSVImageReader&quot;.<br>while processing<br>Message 0 = New<br>  Argument 0 = string_value {vtkCSVImageReader}<br>
  Argument 1 = id_value {149}</b><br><br><br>when I change the <span style="background-color: rgb(255, 255, 102);"></span><span style="background-color: rgb(255, 255, 102);">CVS  <span style="background-color: rgb(255, 255, 255);">to CSV (renaming the .cpp file too) I get another error:<br>
<br><b>paraview: symbol lookup error:<br>~/dev/CVSreader/libCSVImage.so: undefined symbol: _ZN17vtkCSVImageReaderC1Ev</b></span><b><span style="background-color: rgb(255, 255, 255);"></span></b></span><br><br>which I do not understand since I built both paraview and the plugin on the same computer<br>
<br>hope someone could help me.<br><br>Regards<br>papa<br><br><br>