I'm looking at the Windows SDK instructions and have no idea where si.h and siapp.h should come from. (To be clear, I'm reading this: http://www.3dconnexion.com/docs/WindowsSDKGuide.pdf.)
I've installed the driver and so I have TDxInput.dll. I can write a polling console application using that. But I want to use MFC, and the example seems to depend on si.h and siapp.h. Where do I download this? All the links seem to keep pointing me to the driver which only has TDxInput.dll in it, but no headers.
Thanks.
si.h, siapp.h?
Moderator: Moderators
Hello,
si.h and siapp.h are from the old Win32/MFC C/C++ SDK. If you want to use that instead of 3DxInput (TDxInput), you can download it from the archive section of our web page (after you choose your device, choose archive). It works fine for C/C++. It is quite difficult to work with for scripting languages or other non C/C++ environments.
Jim
3Dx Software Development
si.h and siapp.h are from the old Win32/MFC C/C++ SDK. If you want to use that instead of 3DxInput (TDxInput), you can download it from the archive section of our web page (after you choose your device, choose archive). It works fine for C/C++. It is quite difficult to work with for scripting languages or other non C/C++ environments.
Jim
3Dx Software Development
