[vtkusers] Error in vtkWin32RenderWindowInteractor

Darshan Pai darshanpai at gmail.com
Mon Mar 8 10:26:44 EST 2010


Just checked my Build settings . the switch is off . I opened the .h file
and I suspect that that
#include "vtkTDxConfigure.h" // defines VTK_USE_TDX
#ifdef VTK_USE_TDX
class vtkTDxWinDevice;
#endif

should be actually this ..


#ifdef VTK_USE_TDX
#include "vtkTDxConfigure.h" // defines VTK_USE_TDX
class vtkTDxWinDevice;
#endif

Isnt it ?

On Mon, Mar 8, 2010 at 9:57 AM, Francois Bertel <francois.bertel at kitware.com
> wrote:

> Hello,
>
> I assumed you switched VTK_USE_TDX to ON. Then vtkTDxConfigure.h is in
> the subdirectory Rendering in your build directory:
> mybuild/Rendering/vtkTDxConfigure.h
>
> More info here:
>
> http://www.vtk.org/Wiki/VTK/3DConnexion_Devices_Support#Install_the_3DConnexion_SDK
>
> On Sat, Mar 6, 2010 at 3:50 PM, Darshan Pai <darshanpai at gmail.com> wrote:
> > I just compiled the latest CVS version of VTK and tried to test it
> against
> > my current programs . It gives me an error when I use
> > vtkWin32RenderWindowInteractor
> >  Cannot open include file: 'vtkTDxConfigure.h': No such file or directory
> >
> > Where can i find this file?
> >
> > Regards
> > Darshan
> >
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the VTK FAQ at:
> > http://www.vtk.org/Wiki/VTK_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> >
>
>
>
> --
> François Bertel, PhD  | Kitware Inc. Suite 204
> 1 (518) 371 3971 x113 | 28 Corporate Drive
>                      | Clifton Park NY 12065, USA
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100308/c154cae5/attachment.htm>


More information about the vtkusers mailing list