Ok, <br><br>I removed the EXPORTS macro in my header, and it produces the same as setting the flag vtkIO_EXPORTS. The library is still not loaded though. So now I&#39;m looking at the dependencies and the Initialize function. <br>
<br>Kenneth, how do I go about &quot;<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">making sure that the server manager initialization function is properly exported</span></font>&quot; ? I&#39;m not sure I really understand what you mean ? <br>
<br>Thanks<br>Jacques<br><br><br><div class="gmail_quote">2008/12/16 David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
That sounds similar to a bug that Pat Marion fixed for the Streaming<br>
ParaView plugin under windows. His change that fixed it was this:<br>
<br>
Index: Client/pqGlobalStreamingViewOptions.h<br>
===================================================================<br>
RCS file: /cvsroot/ParaView3/ParaView3/Plugins/Streaming/Client/pqGlobalStreamingViewOptions.h,v<br>
retrieving revision 1.1<br>
retrieving revision 1.2<br>
diff -r1.1 -r1.2<br>
36d35<br>
&lt; #include &quot;pqComponentsExport.h&quot;<br>
40c39<br>
&lt; class PQCOMPONENTS_EXPORT pqGlobalStreamingViewOptions : public<br>
pqOptionsContainer<br>
---<br>
&gt; class pqGlobalStreamingViewOptions : public pqOptionsContainer<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Tue, Dec 16, 2008 at 12:54 PM, Jacques Papper &lt;<a href="mailto:jpapper@ara.co.uk">jpapper@ara.co.uk</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have two plugins for Paraview that used to work fine with ParaView 3.2<br>
&gt; under linux (I used to build them at the same time as ParaView.)<br>
&gt; Now I am using Visual Studio and have compiled the plugins outside of<br>
&gt; paraview. I am able to generate dll for both the server and client plugins.<br>
&gt; (I had to switch the vtkIO_EXPORTS flag on to build the dlls)<br>
&gt; When I launch paraview, only the client side is loaded and when I try to<br>
&gt; load the server side it fails with the message : &quot; * is not a valid Qt<br>
&gt; plugin&quot; ...<br>
&gt; I have found some threads dealing with this but nothing that I can try.<br>
&gt; I have built ParaView and my plugins against the same version of Qt (4.4.3)<br>
&gt; Any help would be greatly appreciated.<br>
&gt;<br>
&gt; Jacques<br>
&gt;<br>
&gt;<br>
&gt; ---------------------------<br>
&gt; 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>

&gt; 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>
&gt; Aircraft Research Association Ltd. &nbsp;Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; ParaView mailing list<br>
&gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&amp;D Engineer<br>
28 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: 518-371-3971 x109<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
ParaView mailing list<br>
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>