Well guys,<br><br>self answer :<br><br>When using vtkHybrid and vtkRendering libs, you need to use <font size="2">vtkfreetype.lib and vtkftgl.lib</font><br><br><br>Now it&#39;s working.<br><br><br>For information, here a code snipplet for 3D axes attached to the left bottom corner :<br>
<br><pre><font style="font-family: arial,helvetica,sans-serif;" size="2">There is, you can use the vtkAxesActor and  <br>vtkOrientationMarkerWidget. Here&#39;s a snippet; look at the docs to see  <br>the available options.<br>
<br>   vtkAxesActor* axesActor = vtkAxesActor::New();<br>   axesActor-&gt;AxisLabelsOn();<br>   axesActor-&gt;SetShaftTypeToLine();<br>   axesActor-&gt;SetTipTypeToCone();<br>   axesActor-&gt;GetXAxisCaptionActor2D()-&gt;GetCaptionTextProperty()- <br>
 &gt;ShadowOff();<br>   axesActor-&gt;GetYAxisCaptionActor2D()-&gt;GetCaptionTextProperty()- <br> &gt;ShadowOff();<br>   axesActor-&gt;GetZAxisCaptionActor2D()-&gt;GetCaptionTextProperty()- <br> &gt;ShadowOff();<br>   _axes = vtkOrientationMarkerWidget::New();<br>
   _axes-&gt;SetOrientationMarker(axesActor);<br>   _axes-&gt;SetInteractor(GetInteractor());<br>   _axes-&gt;EnabledOn();<br style="font-family: arial,helvetica,sans-serif;"></font><font size="2"><font style="font-family: arial,helvetica,sans-serif;" size="2">   _axes-&gt;InteractiveOff();</font><br style="font-family: arial,helvetica,sans-serif;">
</font><br><font style="font-family: arial,helvetica,sans-serif;" size="2"><br><br>from Michel Rice @ <a href="http://marc.info/?l=vtkusers&amp;m=119419720362846&amp;w=2">http://marc.info/?l=vtkusers&amp;m=119419720362846&amp;w=2</a></font><br>
   <br></pre><br>Cordialement,<br><br>Mathieu PICCIN<br>-----------------------<br>09.80.00.30.57<br><a href="mailto:mathieu.piccin@gmail.com">mathieu.piccin@gmail.com</a><br><br>
<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 1:54 PM, Mathieu P <span dir="ltr">&lt;<a href="mailto:mtp.vtk@gmail.com">mtp.vtk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi <br><br>Thanks for the answer,<br><br>i have set the lib in my project settings,<br><br>But when i add vtkHybrid.lib (for vtkAxesActor), or vtkWidgets.lib (for vtkOrientationMarkerWidget), i got link error with vtkRenderer.lib.<br>

<br>Without adding these two, i dont have any error with vtkRenderer.lib<br><br>That&#39;s very incredible !<div class="im"><br><br clear="all">Cordialement,<br><br>Mathieu PICCIN<br>-----------------------<br>09.80.00.30.57<br>
<a href="mailto:mathieu.piccin@gmail.com" target="_blank">mathieu.piccin@gmail.com</a><br>
<br>
<br><br></div><div><div></div><div class="h5"><div class="gmail_quote">On Wed, Mar 3, 2010 at 12:14 PM, Giancarlo Amati <span dir="ltr">&lt;<a href="mailto:ilferraresebono@hotmail.it" target="_blank">ilferraresebono@hotmail.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div>
Hi Mat,<br><br>you likely have forgot to set the .lib files in the project settings -&gt;linker.<br><br>Hope this helps.<br>Giancarlo<br><br><hr>Date: Wed, 3 Mar 2010 11:18:38 +0100<br>From: <a href="mailto:mtp.vtk@gmail.com" target="_blank">mtp.vtk@gmail.com</a><br>

To: <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br>Subject: [vtkusers] Cannot create vtkAxesActor<div><div></div><div><br><br>Hi,<br><br>I have tried to create some 3D axes using vtkAxesActor class,
 but i always get a linker problem !<br><br>error LNK2019: unresolved 
external symbol &quot;public: static class vtkAxesActor * __cdecl 
vtkAxesActor::New(void)&quot;<br>
<br>The code :<br><br>vtkAxesActor *axes; in my header<br><br>and <br><br>axes
 = vtkAxesActor::New(); in my source<br><br>Do you know where that come 
from ?<br>I am developping in C++ using visual Studio, and i have 
include vtkAxesActor in my files...<br><br>Note that i have the same problem with vtkOrientationMarkerWidget, cannot create it by using vtkOrientationMarkerWidget::New() !!!<br><br><br><br clear="all">Cordialement,<br><br>


Mathieu PICCIN<br>-----------------------<br>09.80.00.30.57<br><a href="mailto:mathieu.piccin@gmail.com" target="_blank">mathieu.piccin@gmail.com</a><br><br>                                               <br></div></div><hr>Chiacchiera con i tuoi amici via Webcam su Messenger. <a href="http://www.messenger.it/videoconversazioni.aspx" target="_blank">Videochiamali!</a></div>


</blockquote></div><br>
</div></div></blockquote></div><br>