Put your own export symbol in front of your class name. VTK_IO_EXPORT is reserved for classes built into the vtkIO library...<br><br><br><div><span class="gmail_quote">On 2/4/08, <b class="gmail_sendername">Sebastien Jourdain</b> &lt;<a href="mailto:jourdain@artenum.com">jourdain@artenum.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I&#39;m currently working on a new reader for VTK and it seem to work find<br>in C++ but when I wrap it in Java, I get a runtime error.<br><br>Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError:<br>
.../libAAAAJava.so: .../libAAAA.so: undefined symbol:<br>_ZN12vtkAlgoritm8RegisterEP13vtkObjectBase<br>After some decoding its something about:<br>vtkAlgorithm::Register(vtkObjectBase*)<br><br>I&#39;m working with VTK 5.1 from the CVS (Date: 2008-01-03)<br>
<br>What I&#39;ve done wrong in my code ? I&#39;ve put BTX/ETX around non VTK<br>objects declaration in the header file only. Did I miss a declaration ?<br>My reader extends vtkMultiGroupDataSetAlgorithm and I&#39;ve put<br>
VTK_IO_EXPORT before my class name.<br><br>Regards,<br><br>Seb<br><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>