[vtkusers] Cannot create vtkAxesActor

Mathieu P mtp.vtk at gmail.com
Wed Mar 3 05:18:38 EST 2010


Hi,

I have tried to create some 3D axes using vtkAxesActor class, but i always
get a linker problem !

error LNK2019: unresolved external symbol "public: static class vtkAxesActor
* __cdecl vtkAxesActor::New(void)"

The code :

vtkAxesActor *axes; in my header

and

axes = vtkAxesActor::New(); in my source

Do you know where that come from ?
I am developping in C++ using visual Studio, and i have include vtkAxesActor
in my files...

Note that i have the same problem with vtkOrientationMarkerWidget, cannot
create it by using vtkOrientationMarkerWidget::New() !!!



Cordialement,

Mathieu PICCIN
-----------------------
09.80.00.30.57
mathieu.piccin at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100303/a9e3a3cf/attachment.htm>


More information about the vtkusers mailing list