Nuitrack_gl_sample problem LNK1104

Hi Wen,

To run nuitrack_gl_sample, you have to download glut.zip:

And follow the steps below:

  1. Install header files:
  • copy \Include\gl folder to "C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\um" (note that 10.0.16299.0 is Windows 10 SDK version, it can differ for your system)
  1. Install export libraries:
  • copy \Lib\x86\glut32.lib to "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x86"
  • copy Lib\x64\glut32.lib to "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x64"
  1. Install dynamic libraries:
  • copy \bin\x86\glut32.dll to C:\Windows\System32
  • copy \bin\x64\glut32.dll to C:\Windows\SysWOW64