<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
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>&nbsp; double a, b;<br>raises an error, while:<br>&nbsp; double a;<br>&nbsp; double b;<br>is ok!<br>Also this line raises an error and I do not see how to cope with this one:<br>&nbsp; vtkstd::vector&lt;vtkstd::vector&lt;vtkstd::vector&lt;double&gt; &gt; &gt; 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='_new'>Cliquez ici !</a></body>
</html>