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'm looking at the dependencies and the Initialize function. <br>
<br>Kenneth, how do I go about "<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">making sure that the server manager initialization function is properly exported</span></font>" ? I'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"><<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>></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>
< #include "pqComponentsExport.h"<br>
40c39<br>
< class PQCOMPONENTS_EXPORT pqGlobalStreamingViewOptions : public<br>
pqOptionsContainer<br>
---<br>
> class pqGlobalStreamingViewOptions : public pqOptionsContainer<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Tue, Dec 16, 2008 at 12:54 PM, Jacques Papper <<a href="mailto:jpapper@ara.co.uk">jpapper@ara.co.uk</a>> wrote:<br>
> 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="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>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&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>