Search found 4 matches

by davityle2
Thu Jun 13, 2013 10:07 am
Forum: Developer's Forum for Windows
Topic: <hidsdi.h>
Replies: 4
Views: 10480

Re: <hidsdi.h>

Sorry for my complete noobness. I am a Java Devloper who has been stuck with the task of integrating the Space Navigator into our software. After doing more research I understand that there is a separate compiler for drivers. I am going to be using HID and Java's JNI to do this. Any tips or suggesti...
by davityle2
Thu Jun 13, 2013 9:00 am
Forum: Developer's Forum for Windows
Topic: <hidsdi.h>
Replies: 4
Views: 10480

Re: <hidsdi.h>

Well now it won't compile. I have this error. fatal error LNK1104: cannot open file 'hid.lib'
by davityle2
Thu Jun 13, 2013 8:42 am
Forum: Developer's Forum for Windows
Topic: <hidsdi.h>
Replies: 4
Views: 10480

Re: <hidsdi.h>

I found it. You download WDK http://msdn.microsoft.com/en-us/library ... 87428.aspx, if you have Windows 7 or prior make sure that you get WDK 7.1.0.
by davityle2
Wed Jun 12, 2013 3:57 pm
Forum: Developer's Forum for Windows
Topic: <hidsdi.h>
Replies: 4
Views: 10480

<hidsdi.h>

Hi, I am wondering where I can find the hidsdi.h file that is used in the HIDTest example.