oh . yes I think I see now . I did not include the build directory of VTK during compilation <br><br>Works now <br><br>Thanks<br><br>Darshan<br><br><div class="gmail_quote">On Mon, Mar 8, 2010 at 10:30 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;">No, vtkTDxConfigure.h is where VTK_USE_TDX is defined.<br>
<br>
I think it might that vtkTDxConfigure.h has to copied during the install step.<br>
<br>
Do you compile your applications against a build directory of VTK or<br>
an install directory of VTK.<br>
<div><div></div><div class="h5"><br>
<br>
On Mon, Mar 8, 2010 at 10:26 AM, Darshan Pai <<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>> wrote:<br>
> Just checked my Build settings . the switch is off . I opened the .h file<br>
> 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>
> On Mon, Mar 8, 2010 at 9:57 AM, Francois Bertel<br>
> <<a href="mailto:francois.bertel@kitware.com">francois.bertel@kitware.com</a>> wrote:<br>
>><br>
>> 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>
>><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>
>><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<br>
>> > 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<br>
>> > directory<br>
>> ><br>
>> > Where can i find this file?<br>
>> ><br>
>> > Regards<br>
>> > Darshan<br>
>> ><br>
>> > _______________________________________________<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>
>> --<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>
>> _______________________________________________<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></div>--<br>
<div><div></div><div class="h5">François Bertel, PhD | Kitware Inc. Suite 204<br>
1 (518) 371 3971 x113 | 28 Corporate Drive<br>
| Clifton Park NY 12065, USA<br>
_______________________________________________<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>