Any issues with VC2008 or XP 64 pro?

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

Moderator: Moderators

Post Reply
Wade
Posts: 2
Joined: Fri Apr 18, 2008 12:13 pm

Any issues with VC2008 or XP 64 pro?

Post by Wade »

I've recently switched development platforms and my old code which uses WM_INPUT to get space navigator input is not working on the new machine.

The WM_INPUT is still getting triggered when I move the navigator, but GetRawInputData is returning -1 for RID_INPUT. This is also happening with the example program from your FTP site as well (which is what my code is based on).

Are there any known issues with either Visual C++ 2008 or XP 64 or is there something I may have forgotten to do in setup?

Thanks,
Wade
jwick
Moderator
Moderator
Posts: 3455
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Hi Wade,

I have no idea. RawInput is Microsoft's API. Perhaps they have problems on XP64 and/or VS2008. I didn't see anything on the web though. We'd have to check it out next week.
Post Reply