|
Re: How do I setup a SDK in C++?
I'm guessing you meant visual studio 2013 since as you said, the keyboard is programmed in c++ ?
I included stdafx.h, Windows.h, and SDKDLL.h (they need to be in that order or I get a bunch of errors for reasons I don't understand). The .dll and .lib files do have to be in the same folder as the project files (same with targever.h and stdafx.cpp).
Let me know if that isn't working. I'm using visual studio 2015 but I think it should work in the same way.
|