Home > Software engineering > The great god for help, how to use the SDK in vs2013 secondary development kit??
The great god for help, how to use the SDK in vs2013 secondary development kit??
Time:10-11
RT! SDK in the secondary development kit. H file, the DLL and. Lib file, I really want to be crazy! A great god for help!
CodePudding user response:
The SDK generally have a Demo, change according to the Demo
CodePudding user response:
But only the demo. Exe can change ah,,,,,,,,,,
CodePudding user response:
Look at him first in the h file interface, can probably guess how to do
CodePudding user response:
Project, properties, C/C + +, additional include directories: fill in the attached header file directory semicolon interval multiple Project, properties, linker, regular, additional libraries directory: fill in the attached dependent libraries directory semicolon interval multiple Project, properties, linker, input, additional dependencies: fill in the name of the additional dependent libraries. Lib Spaces or a semicolon between multiple
CodePudding user response:
Include the header file to the project, be familiar with the parameters of the called function such as information, The lib link configuration in engineering properties, the DLL into exe a directory, and then in the code can call the SDK functions