Hello,
I was able to convert your example code for HID drivers to work with Visual Studio 2010. I am stuck on an error preventing my compilation of the code though.
1>usbhidiocDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall CWnd::KillTimer(unsigned int)" (?KillTimer@CWnd@@QAEHI@Z) referenced in function "protected: void __thiscall CUsbhidiocDlg::OnContinuous(void)" (?OnContinuous@CUsbhidiocDlg@@IAEXXZ)
Do you have any idea what I could do to fix this? It has me puzzled.
Thanks!