<HTML>
<HEAD>
<TITLE>Re: [Paraview] Not a valid QT plugin on windows</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Odd that only one of the two plugins get loaded. Perhaps the server plugin is missing some symbols. Try running the depends program on it and make sure it can find all of the dependent dlls. Also make sure that the server manager initialization function is properly exported (I think it’s called @PLUGIN_NAME@_Initialize).<BR>
<BR>
You could also try wrapping the client and server code into the same plugin (with checks to dump the client code when the GUI is not built). I have never liked the idea of having separate client & server plugins; they make loading the plugin more cumbersome and confusing rather than helpful.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 12/16/08 10:54 AM, "Jacques Papper" <<a href="jpapper@ara.co.uk">jpapper@ara.co.uk</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
I have two plugins for Paraview that used to work fine with ParaView 3.2<BR>
under linux (I used to build them at the same time as ParaView.)<BR>
Now I am using Visual Studio and have compiled the plugins outside of<BR>
paraview. I am able to generate dll for both the server and client plugins.<BR>
(I had to switch the vtkIO_EXPORTS flag on to build the dlls)<BR>
When I launch paraview, only the client side is loaded and when I try to<BR>
load the server side it fails with the message : " * is not a valid Qt<BR>
plugin" ...<BR>
I have found some threads dealing with this but nothing that I can try.<BR>
I have built ParaView and my plugins against the same version of Qt (4.4.3)<BR>
Any help would be greatly appreciated.<BR>
<BR>
Jacques<BR>
<BR>
<BR>
---------------------------<BR>
This email contains information that is private and confidential and is intended only for the addressee. If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.<BR>
Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.<BR>
Aircraft Research Association Ltd. Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245<BR>
<BR>
<BR>
_______________________________________________<BR>
ParaView mailing list<BR>
<a href="ParaView@paraview.org">ParaView@paraview.org</a><BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>