Hello,<br>
<br>
I am trying to build my custom plugin to work with the
official ParaView binaries; is there any good way to do this (I am
running Windows 7 with MSVC 2008)? I have referenced this page (<a href="http://paraview.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs" target="_blank">http://paraview.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs</a>), but it is outdated. Furthermore, I have found this document about the build information for ParaView 3.14.1 (<a href="http://paraview.org/Wiki/ParaView_Binaries" target="_blank">http://paraview.org/Wiki/ParaView_Binaries</a>).
I have tried to build ParaView accordingly to the specs (in Release and
RelWithDebInfo modes), but the plugins I build from these are not
compatible with the binaries on the website.<br>
<br>
I get a message as follows when trying to load my plugin (on official binaries): "The specified procedure could not be found."<br>
<br>
Any help is appreciated.<br>
<br>
Regards,<br>
Dennis McWherter