|
How do I setup a SDK in C++?
Hi!
We just received our Cooler Master keyboard and are already excited to start programming different effects(Thanks Cooler Master!). The problem right now is the setup. Cooler Master has an SDK which has a .dll, .lib, and a .h file. I am pretty sure that I have to #include the .h file in the main.cpp file, but that throws a bunch or errors because I am pretty sure I need to do something with the other two files. What exactly am I supposed to do with the .dll and .lib files? I am not super familiar with C++ but aside from the setup, it appears like any other language I've used. I am using Visual Studio 2013.
Thanks a bunch in advance!
__________________
#Python4Life
Last edited by team-4480 : 17-08-2016 at 23:08.
|