[vtkusers] Using vtkResliceCursorWidget

Cory Quammen cory.quammen at kitware.com
Wed Sep 7 09:40:20 EDT 2016


Looks like you also need to link against  vtkFiltersModeling-6.1.lib.

HTH,
Cory

On Wed, Sep 7, 2016 at 6:39 AM, Flaviu2 via vtkusers <vtkusers at vtk.org> wrote:
> Hi all of you. I really need to use vtkResliceCursorWidget object ... but
> every time when I write:
>
> vtkSmartPointer<vtkResliceCursorWidget> rcw =
> vtkSmartPointer<vtkResliceCursorWidget>::New();
>
> I get the following error:
>
> 1>vtkInteractionWidgets-6.1.lib(vtkResliceCursorPolyDataAlgorithm.obj) :
> error LNK2001: unresolved external symbol "public: static class
> vtkLinearExtrusionFilter * __cdecl vtkLinearExtrusionFilter::New(void)"
> (?New at vtkLinearExtrusionFilter@@SAPAV1 at XZ)
>
> and I have vtkInteractionWidgets-6.1.lib added to my project (other widgets
> don't have any problem in order to be used).
>
> Can you tell me why I get this link error ? Thank you.
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the vtkusers mailing list