I&#39;m trying to add a customized reader into ParaView 3.4.0. I have followed the instructions on <a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install" target="_blank">http://www.paraview.org/Wiki/ParaView:Build_And_Install</a> and successfully compiled my own version of PV 3.4.0. I have also created the necessary files according to <a href="http://www.paraview.org/Wiki/Plugin_HowTo" target="_blank">http://www.paraview.org/Wiki/Plugin_HowTo</a>
for my new reader, including MyReader.xml, MyReaderGUI.xml,
MyReader.cxx, MyReader.h, and CMakeLists.txt. These I have located in a
directory C:\ParaView\3.4.0\Plugins\<div id=":1a7" class="ii gt">MyPlugin where C:\ParaView\3.4.0\
is my build directory for PV. <br>
<br>
What I don&#39;t understand is how to actually create the plugin from all
of this. I&#39;m working on Windows and have Visual Studio 2005 as my
compiler. I have tried using CMake with the source code location as
C:\ParaView\3.4.0\Plugins\MyPlugin but it seems to revert to
C:\ParaView\3.4.0\ when it actually runs. It seems that the issue is
getting my plugin recognized as a &quot;project&quot; inside VS2005 so I can make
it into a .dll file, which in turn can be used by PV. <br>
<br>
I would appreciate any help on this problem.<br><br>-Matt<br>Student at DTU</div>