OpenNI 2 and Visual Studio 2012

后端 未结 3 522
死守一世寂寞
死守一世寂寞 2020-12-16 02:44

I just downloaded OpenNI 2 SDK (www.openni.org) and I am trying to setup a project in Visual Studio 2012. What I did:

  1. Create a new C++ Win32 Console Applicatio
3条回答
  •  庸人自扰
    2020-12-16 03:10

    If you add all of options (Include, Lib, ...) to your project setting and again get this error, maybe your project platform is Win32 and you want to use OpenNI x64

    In this case, you must change the platform to x64 (Project properties at the top of the page)

    • If you don't have x64 option, make a new one ;)

提交回复
热议问题