Visual Studio 2013 Kinect项目在c ++ Win32中没有引用管理器 [英] Visual Studio 2013 Kinect project no reference manager in c++ Win32

查看:83
本文介绍了Visual Studio 2013 Kinect项目在c ++ Win32中没有引用管理器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


大家好,我在Win32上有一个C ++项目并正在写一个Kinect程序 - 但我需要包含一个dll文件。这意味着我需要转到参考节点并转到扩展并选择我想要的等等。问题是这种在参考节点上点击
的能力不存在。 





但是如果我只是一个空白的c#项目,参考节点可供选择。这是否意味着我无法用C ++编写并且必须使用c#?



谢谢..

解决方案

对于c ++ win32应用程序,您可以静态链接并包含"Kinect20.h"。文件。请参阅SDK中提供的D2D示例。将项目路径更新为:



  • 包含:


(KINECTSDK20_DIR)\inc;
  • 库:

  • (KINECTSDK20_DIR)\lib\

    Hi everyone, I have a project in C++ on Win32 and am writing a Kinect program - but i need to include a dll file. Which means i need to go to the reference node and go to extensions and select what i want etc. The problem is that this ability to click on the reference node does not exist. 

    However if i go to just a blank c# project, the reference node is there available to be selected. Does this mean I cant write in C++ and must use c#?

    thanks..

    解决方案

    For c++ win32 applications, you statically link and include the "Kinect20.h" file. See the samples for D2D provided in the SDK. Update your project path to:

    • Include:


    (KINECTSDK20_DIR)\inc;
  • Library:

  • (KINECTSDK20_DIR)\lib\


    这篇关于Visual Studio 2013 Kinect项目在c ++ Win32中没有引用管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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