Hi all,
I was hoping someone could tell me what has changed in the 3DxSoftware for the SpaceNav PE over the last year or so. I have an application that works fine, but if I upgrade to the latest driver version (3-7-16) my program no longer works!
It is written in VB6 and is basically a simple program such as:
Public Function TranslationX() As Integer
Set Device1 = New TDxInput.Device
Set Sensor1 = Device1.Sensor
Set Keyboard1 = Device1.Keyboard
Device1.Connect
Dim translation1 As TDxInput.Vector3D
Set translation1 = Sensor1.translation
TranslationX = translation1.X
End Function
Changes to 3DxSoftware PE over the last year or so
Moderator: Moderators
Old Version
I should have mentioned that the driver version I am using is 3-2-2.
Best,
James
Best,
James