Not sure about the first problem you mention.<br><br>About the second, is that stl code in a header file? If so, put it in between //BTX and //ETX. That will tell the wrappers (in this case the client server wrapper), to ignore it.<br>
<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>
<br><br><div class="gmail_quote">On Mon, Sep 14, 2009 at 9:25 AM, Fred Fred <span dir="ltr"><<a href="mailto:stan1313@hotmail.fr">stan1313@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
Hello,<br>I did not receive any answer to this problem and I still have to fight against it, particularly with the use of STL objects.<br>I suspect there is a solution to use the STL and make it parsed succesfully.<br>Please help!<br>
<div class="hm"><br><hr>From: <a href="mailto:stan1313@hotmail.fr" target="_blank">stan1313@hotmail.fr</a><br>To: <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br>Date: Wed, 9 Sep 2009 12:24:14 +0200<br>
Subject: [Paraview] Strange parser</div><div><div></div><div class="h5"><br><br>
I have written a new class, which I have compiled in a vtkLocal library, linked and tested with VTK without any problem.<br>Now I just change the CMakeLists.txt so as to compile for ParaView and several strange parsing error arise, such as:<br>
double a, b;<br>raises an error, while:<br> double a;<br> double b;<br>is ok!<br>Also this line raises an error and I do not see how to cope with this one:<br> vtkstd::vector<vtkstd::vector<vtkstd::vector<double> > > grid;<br>
Note that deleting "vtkstd::" does change anything.<br>Any help?<br><br><br><hr>Gratuit : Hotmail plus rapide avec Internet Explorer 8 ! <a href="http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx" target="_blank">Cliquez ici !</a><br>
<hr>Gratuit : Hotmail plus rapide avec Internet Explorer 8 ! <a href="http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx" target="_blank">Cliquez ici !</a></div></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>