Using the SDK steps

The SDK includes three types of files:

(1). Header (.h)

(2) The library file (.lib)

(3) dynamic libraries (.dll)

 

Step one: Create a project directory Libs folder, and then in that folder are folders and the new inc lib folder, inc in folders SDK header files, lib folder where the libraries.

 

 

 

 

 

 

 

 

Step two: the header and library files path configuration look for projects. First select the C / C ++, conventional in the project properties, add additional directory containing the header file path.

 

 

 

 

 

 

The third step: re-add the library file path and name in the linker, regular, additional library directory.

 

 

 

 

 

 

 

 

Step 4: Add the header file.

 

 

 

 

Step five: so that you can call a function inside the SDK! ! !

 

 

 

Guess you like

Origin www.cnblogs.com/tingtaishou/p/11898373.html