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.
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,
- C / Include C ++
- Linker Library
You have to edit here
- Linkkey input here lets you use Kinect10 .lib (or Kinect20.lib, depending on which version you are using)).
Comments
Post a Comment