[Paraview] plugin signature mismatch

Matei Stroila matei.stroila at gmail.com
Wed Mar 7 12:33:02 EST 2012


Thank you, Jagjeet.

The message is confusing:

"ParaView Signature: paraviewplugin|MSVC|3.14
Plugin Signature: paraviewplugin||3.14""

This would tell me that ParaView is built with MSVC and the signature
of my plugin is missing the compiler information.

But thanks for clarifying this.

Yes, it works with my own built Paraview, but I would like to be able
to share this plugin with other people that use the same version but
installed with the official installer.

Matei

On Wed, Mar 7, 2012 at 10:01 AM, Jagjeet Nain <jagjeet.nain at gmail.com> wrote:
> This means that installed version of Paraview 3.14(from installer) was not
> compiled with  MS Visual Studio 2008.
> Will be good if you build Paraview 3.14 from source and use that..
> regards
> Jagjeet Nain
>
>
> On Wed, Mar 7, 2012 at 4:38 PM, Matei Stroila <matei.stroila at gmail.com>
> wrote:
>>
>> I compiled a plugin with MS Visual Studio 2008, using the 3.14 release
>> Paraview code. When I try to load the plugin in the distribution 3.14
>> (the one installed with the installer), I get this signature error:
>>
>> "ERROR: In
>> ..\..\..\..\src\ParaViewCore\ClientServerCore\vtkPVPluginLoader.cxx,
>> line 342
>> vtkPVPluginLoader (0A393048): Mismatch in versions:
>> ParaView Signature: paraviewplugin|MSVC|3.14
>> Plugin Signature: paraviewplugin||3.14"
>>
>> I do not understand why the plugin signature does not have "MSVC" in
>> its string. I use the latest CMake executable.
>>
>> Thanks for help,
>> Matei
>> _______________________________________________
>> 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
>
>


More information about the ParaView mailing list