[vtkusers] Cannot create vtkAxesActor
Giancarlo Amati
ilferraresebono at hotmail.it
Wed Mar 3 06:14:35 EST 2010
Hi Mat,
you likely have forgot to set the .lib files in the project settings ->linker.
Hope this helps.
Giancarlo
Date: Wed, 3 Mar 2010 11:18:38 +0100
From: mtp.vtk at gmail.com
To: vtkusers at vtk.org
Subject: [vtkusers] Cannot create vtkAxesActor
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
_________________________________________________________________
Scatta, ritocca e condividi le tue foto online. Gratis per te
http://www.windowslive.it/foto.aspx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100303/d5347195/attachment.htm>
More information about the vtkusers
mailing list