<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. &nbsp;Perhaps the server plugin is missing some symbols. &nbsp;Try running the depends program on it and make sure it can find all of the dependent dlls. &nbsp;Also make sure that the server manager initialization function is properly exported (I think it&#8217;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). &nbsp;I have never liked the idea of having separate client &amp; 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, &quot;Jacques Papper&quot; &lt;<a href="jpapper@ara.co.uk">jpapper@ara.co.uk</a>&gt; 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 : &quot; * is not a valid Qt<BR>
plugin&quot; ...<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. &nbsp;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. &nbsp;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>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<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>