I have attached the CMakeLists.txt file. Also, it seems that part of the problem is that my build of PV didn&#39;t originally have open libraries. This first build was &quot;debug.&quot; I compiled a new one overnight with open libraries as a &quot;release&quot; but this one will not open. <br>

<br>-Matt<br><br><div class="gmail_quote">On Wed, Apr 1, 2009 at 14:21, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Can you post your CMakeList.txt file that you created for your plugin?<br>
<br>
2009/4/1 Matt Nipper &lt;<a href="mailto:matt.nipper@gmail.com">matt.nipper@gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; I&#39;m trying to add a customized reader into ParaView 3.4.0. I have followed<br>
&gt; 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><br>
&gt; and successfully compiled my own version of PV 3.4.0. I have also created<br>
&gt; the necessary files according to <a href="http://www.paraview.org/Wiki/Plugin_HowTo" target="_blank">http://www.paraview.org/Wiki/Plugin_HowTo</a><br>
&gt; for my new reader, including MyReader.xml, MyReaderGUI.xml, MyReader.cxx,<br>
&gt; MyReader.h, and CMakeLists.txt. These I have located in a directory<br>
&gt; C:\ParaView\3.4.0\Plugins\<br>
&gt; MyPlugin where C:\ParaView\3.4.0\ is my build directory for PV.<br>
&gt;<br>
&gt; What I don&#39;t understand is how to actually create the plugin from all of<br>
&gt; this. I&#39;m working on Windows and have Visual Studio 2005 as my compiler. I<br>
&gt; have tried using CMake with the source code location as<br>
&gt; C:\ParaView\3.4.0\Plugins\MyPlugin but it seems to revert to<br>
&gt; C:\ParaView\3.4.0\ when it actually runs. It seems that the issue is getting<br>
&gt; my plugin recognized as a &quot;project&quot; inside VS2005 so I can make it into a<br>
&gt; .dll file, which in turn can be used by PV.<br>
&gt;<br>
&gt; I would appreciate any help on this problem.<br>
&gt;<br>
&gt; -Matt<br>
&gt; Student at DTU<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>