Changes to 3DxSoftware PE over the last year or so

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
mullins
Posts: 3
Joined: Tue Jun 12, 2007 10:42 pm

Changes to 3DxSoftware PE over the last year or so

Post by mullins »

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
mullins
Posts: 3
Joined: Tue Jun 12, 2007 10:42 pm

Old Version

Post by mullins »

I should have mentioned that the driver version I am using is 3-2-2.

Best,
James
Post Reply