在Skeleton Basics D2D中缺少头文件Nuiapi.h [英] Missing header file Nuiapi.h in Skeleton Basics D2D

查看:83
本文介绍了在Skeleton Basics D2D中缺少头文件Nuiapi.h的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个C ++程序但是没有头文件Nuiapi.h文件就无法运行..........

解决方案

您是否包含了头文件和lib文件的正确路径?


查看要从哪个项目设置设置的文档,或者从工具包中查看示例项目 到包括c ++所需的正确的.h和.lib文件。


http://msdn.microsoft .com / zh-CN / library / hh855360.aspx #configure


http://msdn.microsoft.com/en-us/library/dn188678.aspx


在您加入之前,您可能还需要包括; NuiApi.h":

 #include< windows.h> 
#include< Shlobj.h>


如果您要从Beta版代码升级,请查看本指南中的一些更改:


http ://robreyea.wordpress.com/2012/02/01/k4w-code-migration-from-beta2-to-v1-0-managed/



It is a C++ program but it can't run without the header file Nuiapi.h file..........

解决方案

Are you including the correct path to the header and lib files?

Have a look at the documentation for which project settings to set or review the sample projects from the toolkit to include the correct .h and .lib files needed for c++.

http://msdn.microsoft.com/en-us/library/hh855360.aspx#Configure

http://msdn.microsoft.com/en-us/library/dn188678.aspx

You may also need to include, before you include "NuiApi.h":

#include <windows.h>
#include <Shlobj.h>

If you are upgrading from code from Beta, review this guide on some of the changes:

http://robrelyea.wordpress.com/2012/02/01/k4w-code-migration-from-beta2-to-v1-0-managed/


这篇关于在Skeleton Basics D2D中缺少头文件Nuiapi.h的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆