Just checked my Build settings . the switch is off . I opened the .h file and I suspect that that<br>#include "vtkTDxConfigure.h" // defines VTK_USE_TDX<br>#ifdef VTK_USE_TDX<br>class vtkTDxWinDevice;<br>#endif<br>
<br>should be actually this .. <br><br><br>#ifdef VTK_USE_TDX<br>#include "vtkTDxConfigure.h" // defines VTK_USE_TDX<br>class vtkTDxWinDevice;<br>#endif<br><br>Isnt it ?<br><br><div class="gmail_quote">On Mon, Mar 8, 2010 at 9:57 AM, Francois Bertel <span dir="ltr"><<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>></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;">Hello,<br>
<br>
I assumed you switched VTK_USE_TDX to ON. Then vtkTDxConfigure.h is in<br>
the subdirectory Rendering in your build directory:<br>
mybuild/Rendering/vtkTDxConfigure.h<br>
<br>
More info here:<br>
<a href="http://www.vtk.org/Wiki/VTK/3DConnexion_Devices_Support#Install_the_3DConnexion_SDK" target="_blank">http://www.vtk.org/Wiki/VTK/3DConnexion_Devices_Support#Install_the_3DConnexion_SDK</a><br>
<div><div></div><div class="h5"><br>
On Sat, Mar 6, 2010 at 3:50 PM, Darshan Pai <<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>> wrote:<br>
> I just compiled the latest CVS version of VTK and tried to test it against<br>
> my current programs . It gives me an error when I use<br>
> vtkWin32RenderWindowInteractor<br>
> Cannot open include file: 'vtkTDxConfigure.h': No such file or directory<br>
><br>
> Where can i find this file?<br>
><br>
> Regards<br>
> Darshan<br>
><br>
</div></div><div class="im">> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at:<br>
> <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
><br>
><br>
<br>
<br>
<br>
</div><font color="#888888">--<br>
François Bertel, PhD | Kitware Inc. Suite 204<br>
1 (518) 371 3971 x113 | 28 Corporate Drive<br>
| Clifton Park NY 12065, USA<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br>