[Paraview] Client side plugin error on windows

clinton at elemtech.com clinton at elemtech.com
Wed Jan 23 14:22:52 EST 2008


On Wednesday 23 January 2008 11:59:11 am RAVINDRANATH LANKA wrote:
> ParaViewers,
>
>  I built client and server plugins using the paraview 3.x and it works fine
> when I run paraview that I built from the sources.  I tried to load the
> same plugins using paraview binaries from the website. I get the following
> error message;
>
> -----
> The plugin uses incompatible Qt library.  Expected build key 'Windows msvc
> release full-config', got 'Windows os-msvc2005 release full-config' -----
>
> I downloaded qt 4.2.3 pointed to by paraview website.  Have you seen such
> an error message before and do you know how to resolve this issue ?

It looks like the paraview binaries are built with visual studio 2003.
Qt plugins won't load in those binaries unless you use the same compiler.
The error message indicates you're using 2005.

Clint


More information about the ParaView mailing list