

If you need a sample of an MSVC project that uses it, I can provide that, otherwise, I'd need to know more about your setup. (I think my original test was using the rawhid_test.c provided with rawhid).

From there everything should work the same as it does in the hid_listen / test_rawhid code with the teensy.

lib file as a dependency in your project. lib file from the dll (instructions in the Makefile provided), then just adding that. If you're using MSVC, building a project is as simple as creating the. I only created the DLL for ease of use with native windows tools (such as MSVC). For those environments, it's better to go with the regular rawhid code+test stuff that is provided with the Teensy. What development environment are you using? I'm confused by you asking for a makefile since if you're using C with makefiles, that implies you are on a linux-based system, or using MinGW or Cygwin, in which case this DLL would probably not be the best choice for you to use.
