Search found 2 matches

by figureouturself
Sat Oct 03, 2009 6:35 pm
Forum: V-USB
Topic: Compiling hidtool in VS2008 (C++)
Replies: 3
Views: 3236

Re: Compiling hidtool in VS2008 (C++)

Thanks for the reply. I'll have a look into those. I don't mind big downloads, I just leave them on overnight but if MinGW already has them, all the better. Just in case though, is that the Windows Driver Kit (quick search on Google said the DDK was superseded by the WDK)?
by figureouturself
Sat Oct 03, 2009 4:23 pm
Forum: V-USB
Topic: Compiling hidtool in VS2008 (C++)
Replies: 3
Views: 3236

Compiling hidtool in VS2008 (C++)

I have a project in Visual Studio 2008, in C++, that draws some text to a window using OpenGL. My device has an accelerometer in it. I'd like to retrieve the information via USB and display that on the screen.I'm using the hid-data example as the base for reading from a V-USB device. I can compile a...