Hi Mike, Normally, few things need to be changed. Maybe due to the restructuration of the code, some of the CMake variables have changed as well as the library names. A quick look into the CMakeLists.txt of the plugins from paraview should fix most of it. XML wise, it's a different story, but except if you defined a reader, you should already be good to go as we automatically patch the XML on the fly. If you are in a reader definition, then you can check how they are defined inside the file ParaViewCore/ServerImplementation/Resources/readers.xml
Hope this help, Seb On Tue, Oct 11, 2011 at 2:24 PM, Michael Jackson <[email protected]> wrote: > I am updating my plugins to compile with ParaView 3.12 and I get an error > that says that vtkSMProxy.h is not found any more. What is the replacement > mechanism? And where is a good place to start reading about how to port my > code. > > Thanks > ___________________________________________________________ > Mike Jackson Principal Software Engineer > BlueQuartz Software Dayton, Ohio > [email protected] www.bluequartz.net > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
