How is the SDK's DLL file configured?
If using C + +, takes all library files in the SDK (. Place lib) under the code-specified path, note the difference between x86 and x64 (skip this step with C #).Or by setting it up through the compilation software
1) After compilation, it will be in. The sln directory produces a debug folder (for debugging) or a release folder (for software publishing) with an exe execution file (C + + operates as C #).
2) You need to copy all the dll files specified by the code to the corresponding folder where the program needs to be run (C + + operates as C #).