You need to link against vtkCommon.<br><br>If you are (presumably) using CMake, you would need:<br>TARGET_LINK_LIBRARIES(myLib vtkCommon)<br>in your CMakeLists.txt file.<br><br><br>HTH,<br>David<br><br><br><br><div class="gmail_quote">
On Fri, Jun 20, 2008 at 5:14 AM, Dmitri Danewitz &lt;<a href="mailto:d.danewitz@yahoo.de">d.danewitz@yahoo.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<p>Hi!</p>
<p>&nbsp;</p>
<p>When I try to create an object from a subclass of a vtk superclass compiler complains:</p>
<p>&nbsp;</p><font size="1">
<p>error LNK2001: unresolved external symbol &quot;public: virtual void __thiscall vtkObjectBase::</p>
<p>&nbsp;</p>
<p>Does someone know what could be the matter?</p></font></td></tr></tbody></table><br><div class="WgoR0d">



      <hr size="1">
Gesendet von <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52427/*http://de.overview.mail.yahoo.com" target="_blank">Yahoo! Mail</a>.
<br>
Dem pfiffigeren Posteingang.</div><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" target="_blank">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" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>