简体   繁体   English

如何将SDK连接到Visual Studio?

[英]How do I connect an SDK to Visual Studio?

I'm very new to SDK. 我是SDK的新手。 I don't know how to add SDKs I downloaded to Visual Studio. 我不知道如何添加我下载到Visual Studio的SDK。

To be more specific, I've downloaded the SDK from LEAP MOTION for Windows: https://developer.leapmotion.com/dashboard 更具体地说,我从LEAP MOTION for Windows下载了SDK: https//developer.leapmotion.com/dashboard

I am currently using Visual Studio 2012 and writting in C++. 我目前正在使用Visual Studio 2012并使用C ++编写。

I just want to know how to connect the SDK to VS, so I can use the methods provided by the SDK. 我只是想知道如何将SDK连接到VS,因此我可以使用SDK提供的方法。

Any help is greatly appreciated! 任何帮助是极大的赞赏!

Import the DLL Libraries into your code using the reference adding and the using or import reference (depending prog language). 使用引用添加和使用或导入引用(取决于编程语言)将DLL库导入到您的代码中。 There are DLL for X86 and X64 arquitectures, select the full filled compliment version for your project and machine. 有用于X86和X64 arquitectures的DLL,为您的项目和机器选择完整填充的赞美版本。 When your code has no errors pleas, copy the DLL into the Release and Debug folder manually or you will have runtime exceptions. 当您的代码没有错误请求时,手动将DLL复制到Release和Debug文件夹中,否则您将遇到运行时异常。

Regards 问候

There should be some documentation on the Leap Motion website, if it's compatible with Visual Studio. 如果Leap Motion网站与Visual Studio兼容,则应该有一些文档。 Also, check out this link, it might help: http://jviaches.blogspot.com.au/2013/02/leap-motion-development-connection-and.html 另外,请查看此链接,它可能有所帮助: http//jviaches.blogspot.com.au/2013/02/leap-motion-development-connection-and.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何安装 Windows 10 SDK 以与 Visual Studio 2017 一起使用 - How do I install Windows 10 SDK for use with Visual Studio 2017 如何在 Windows 上使用 Visual Studio 2017 连接到 C++ 中的 sqlite 数据库? - How do I connect to an sqlite database in C++ using visual studio 2017 on Windows? 如何为 Visual Studio 安装 SDK - How to install SDK for Visual Studio 如何在 Visual Studio 中使用 cURLpp? - How do I use cURLpp with Visual Studio? 如何在 Visual Studio 2010 中构建不依赖于 .NET 4 SDK DLL/库文件的可执行文件? - How do I build an executable file in visual studio 2010 that doesn't rely on the .NET 4 SDK DLL/Library files? 我需要哪个SDK才能确保Visual Studio C ++ 2017中的Windows 7兼容性 - Which SDK do I need to ensure Windows 7 compatibility in Visual Studio C++ 2017 当我安装了多个Visual Studio版本时,如何使用Visual Studio 2008构建增强功能? - How do I build boost with Visual Studio 2008 when I have multiple Visual Studio versions installed? 如何将libcurl正确连接到Visual Studio 2012? - How properly connect libcurl to Visual Studio 2012? 如何将Visual Studio for Windows中制作的C ++解决方案转移到Visual Studio for Mac? - How do I transfer my C++ solution made in Visual Studio for Windows to Visual Studio for Mac? 如何使Visual Studio 2015 C ++项目与Visual Studio 2010兼容? - How do I make a Visual Studio 2015 C++ project compatible with Visual Studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM