c++ - Kinect + Visual Studio 2013 LNK errors, how to properly link the library? -


I downloaded kinect sdk in both 1.8 and 2.0. I then created a new project, and edited its properties through C / C ++ and added x86 header folders

I have also edited its Linker and its respective x86 libraries Folder has been added.

Enter image details here

Still I still I'm linking to errors

Error LNK2019: Unsolved exterior symbol __imp__NuiInitialize @ 4 function _wmain error LNK1120: 1 unsettled external

Any ideas? Not sure what else I can do in the Linker setting.

The problem is resolved,

  1. C / Include C ++
  2. Linker Library

You have to edit here

  1. Linkkey input here lets you use Kinect10 .lib (or Kinect20.lib, depending on which version you are using)).

Enter image details here

< / Html>

Comments