Hi - I've downloaded and installed the HID demo app source code on Visual Studio Express (the free one) version 10, ie the latest. The demo app won't compile or link for me in this environment, and I think this is because I'm too cheap to pay for the full version of VS and the demo app depends on MFC, which isn't shipped with VS Express. Now I tried referencing include and link libraries from the windows DDK but these are version 4.2 of MFC, which predates the demo app by several years.
My question, for any of the developers doing the PC side of this USB work: have I got this right? Or is there a clever way to get VS Express working with the HID USB demo app? If there is, I'd appreciate the recipe.