Search found 4 matches

by zhaoyongyi
Mon Nov 25, 2013 8:30 pm
Forum: Developer's Forum for Windows
Topic: Support 3D mouse for development on Mingw/QT/VTK/Windows
Replies: 7
Views: 20761

Re: Support 3D mouse for development on Mingw/QT/VTK/Windows

Hi ngomes, I think the 3DxInput COM server is installed and registered fine, because it's ok to compile and run the demo code of 3DxTest WITH MS VISUAL STUDIO . But it will fail to complied the same code on my Ming/gcc/Win7 environment. I'm wondering if the complier, for me it's MingW/gcc , is the p...
by zhaoyongyi
Sun Nov 24, 2013 8:04 pm
Forum: Developer's Forum for Windows
Topic: Support 3D mouse for development on Mingw/QT/VTK/Windows
Replies: 7
Views: 20761

Re: Support 3D mouse for development on Mingw/QT/VTK/Windows

Thank you ngomes for your response. Yes, I indeed installed the 3DxSoftware at the first moment when I got the mouse, before compling the code. I think the 3DxSoftware was installed properly, because the demo applications work fine(Jet, Viewer). The file name I installed is 3DxWare64SPP_v10-0-19_r16...
by zhaoyongyi
Thu Nov 21, 2013 11:01 pm
Forum: Developer's Forum for Windows
Topic: Support 3D mouse for development on Mingw/QT/VTK/Windows
Replies: 7
Views: 20761

Re: Support 3D mouse for development on Mingw/QT/VTK/Windows

I'm trying to compile VTK5.8.0 with TDx support. It returns me the error saied "can not find atlbase.h". After download and copy atlbase.h to project, the new error is "J:\Software\vtk\vtk-5.8.0\vtk-5.8.0\Rendering\vtkTDxWinDevice.cxx:46:48: error: progid:TDxInput.Device.1: No such fi...
by zhaoyongyi
Thu Nov 14, 2013 2:54 am
Forum: Developer's Forum for Windows
Topic: Support 3D mouse for development on Mingw/QT/VTK/Windows
Replies: 7
Views: 20761

Support 3D mouse for development on Mingw/QT/VTK/Windows

Hello, We bought a space mouse wireless and try to integrate the control into our software(actually the 3D object in QVTKWidget). Our software is built on Mingw/QT/VTK/Windows. As noticed the native support of VTK/3DConnexion Devices, we follow the steps 1a->2b in "How to program it" secti...