<font size="2">
<div>Hello,</div>
<div>&nbsp;</div>
<div>I'm trying to use vtkImagePlaneWidget like this:</div></font>
<div><font color="#008000" size="2"></font>&nbsp;</div>
<div><font color="#008000" size="2">/* ---------------------------------------------------------------------- */</font></div><font size="2">
<p></p></font><font color="#008000" size="2">// ImagePlaneWidget</font><font size="2">
<p></p></font><font size="2">vtkRenderer * ren1 = vtkRenderer::New();
<p>vtkRenderWindow * renWin1 = vtkRenderWindow::New();</p>
<p>vtkRenderWindowInteractor * iren1 = vtkRenderWindowInteractor::New();</p>
<p></p>
<p></p>
<p>vtkProperty* ipwProp = vtkProperty::New();</p>
<div>vtkImagePlaneWidget * PlaneWidgetX = vtkImagePlaneWidget::New();</div>
<div>&nbsp;</div>
<div><font color="#008000" size="2">/* ---------------------------------------------------------------------- */</font></div>
<div><font color="#008000"></font>&nbsp;</div>
<div><font color="#008000">and this is the error:</font></div>
<div><font size="1"></font>&nbsp;</div>
<div><font size="1">ReadDICOMSerieWriteVTKFile.obj : error LNK2019: unresolved external symbol &quot;public: static class vtkImagePlaneWidget * __cdecl vtkImagePlaneWidget::New(void)&quot; (?New@vtkImagePlaneWidget@@SAPAV1@XZ
) referenced in function $L123589</font></div>
<div><font size="1"></font>&nbsp;</div>
<div><font size="1"><font face="" size="2">What should I do?</font></font></div></font>