I am a newbie to USB driver development, and at the moment I am to be developing a small program to read data from a USB device - which is effectively a drive
I have been looking through the classes and methods for such a project, and header files are listed such as usb100.h and usbscan.h, but I am having difficulty in compiling a project (in Visual c++ .net) that will recognise the functions I am trying to use, e.g GetDescriptor(), and not come come up with all sorts of errors related to the header files themselves, let alone any programming I am trying to do
I am developing on winXP, and have installed the DDK for XP
Can you help me with this at all? I have looked for tutorials to get me started on this project, with no luck
Thanks