<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div> Hi all of you. I really need to use vtkResliceCursorWidget object ... but every time when I write:</div><div id="yui_3_16_0_ym19_1_1473244430238_2941"><br></div><div id="yui_3_16_0_ym19_1_1473244430238_2940" dir="ltr">vtkSmartPointer<vtkResliceCursorWidget> rcw = vtkSmartPointer<vtkResliceCursorWidget>::New();</div><div id="yui_3_16_0_ym19_1_1473244430238_2939" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1473244430238_2938" dir="ltr">I get the following error:</div><div id="yui_3_16_0_ym19_1_1473244430238_2937" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1473244430238_2892" dir="ltr">1>vtkInteractionWidgets-6.1.lib(vtkResliceCursorPolyDataAlgorithm.obj) : error LNK2001: unresolved external symbol "public: static class vtkLinearExtrusionFilter * __cdecl vtkLinearExtrusionFilter::New(void)" (?New@vtkLinearExtrusionFilter@@SAPAV1@XZ)</div><div id="yui_3_16_0_ym19_1_1473244430238_2891" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1473244430238_2890" dir="ltr">and I have vtkInteractionWidgets-6.1.lib added to my project (other widgets don't have any problem in order to be used).</div><div id="yui_3_16_0_ym19_1_1473244430238_2970" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1473244430238_2973" dir="ltr">Can you tell me why I get this link error ? Thank you.</div><div id="yui_3_16_0_ym19_1_1473244430238_3097" dir="ltr"><br></div></div></body></html>