Windows10 + Visual Studio 2015 [英] Windows10 + Visual Studio 2015

查看:76
本文介绍了Windows10 + Visual Studio 2015的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请原谅我对C ++的无知 - 我是尝试运行此示例发布在开发人员论坛上( https://software.intel.com/en-us/articles/intel-realsense-sdk-based -real-time-face-tracking-and-animation -I
我正在使用Visual Studio 15和Windows 10.仍然留下一个阻止运行的错误(见下面)/所以尝试了在线建议。此错误
https://social.msdn.microsoft.com /论坛/ zh-CN / 5150eeec-4427-440f-ab19-aecb26113d31 / updated-to-vs-2015-and-now-get-unresolved-external-errors?forum = vcgeneral
legacy_stdio_definitions.lib 到链接器输入)
 但遗憾的是这不起作用/请任何建议!:


*严重性代码说明项目文件行抑制状态错误LNK2019未解析函数&q中引用的外部符号__vsnwprintf uot; long __stdcall StringVPrintfWorkerW(unsigned short *,unsigned int,unsigned int *,unsigned short const *,char  )"
(?StringVPrintfWorkerW @@ YGJPAGIPAIPBGPAD @ Z)FaceDemo C:\ Users \ deenie \Downloads \FaceTrackingSampleQ \FaceTrackingSample \FaceDemo_DXUT \dxerr.lib(dxerrw。 obj)1

解决方案

嗨ge53,


感谢您在此发布。


在我的vs2015 update3中测试过它应该是您计算机上缺少的文件。请尝试以下安装这些模块。


1.
Windows SDK 10


2. Visual C ++ Redistributable for Visual Studio 2015


3.
DirectX SDK


4.
英特尔®实感™SDK


并且不要忘记在项目设置中设置正确的目录路径 - > VC ++目录和图书管理员 - > ;其他库目录。


希望这可以为您提供帮助。


顺便说一句,根据MSDN政策,我们支持c ++开发微软产品。对于您的情况,我建议您前往
英特尔®实感论坛
更好的支持。


您的理解与合作将不胜感激。


最诚挚的问候,


Sera Yu


Please excuse my ignorance of C++--I am trying to run this example posted on the developer forum (https://software.intel.com/en-us/articles/intel-realsense-sdk-based-real-time-face-tracking-and-animation)-I am using Visual Studio 15 and Windows 10. still left with one error that prevents running (see below)/so tried online suggestions re. this error (https://social.msdn.microsoft.com/Forums/en-US/5150eeec-4427-440f-ab19-aecb26113d31/updated-to-vs-2015-and-now-get-unresolved-external-errors?forum=vcgeneral) (legacy_stdio_definitions.lib to the linker input )  but unfortunately this doesn't work/please any suggestions!:

*Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol __vsnwprintf referenced in function "long __stdcall StringVPrintfWorkerW(unsigned short *,unsigned int,unsigned int *,unsigned short const *,char )" (?StringVPrintfWorkerW@@YGJPAGIPAIPBGPAD@Z) FaceDemo C:\Users\deenie\Downloads\FaceTrackingSampleQ\FaceTrackingSample\FaceDemo_DXUT\dxerr.lib(dxerrw.obj) 1

解决方案

Hi ge53,

thanks for posting here.

As tested in my vs2015 update3, it should be the files missing on your computer. Please try these to install these modules below.

1. Windows SDK 10.

2. Visual C++ Redistributable for Visual Studio 2015

3. DirectX SDK

4. Intel® RealSense™ SDK

And don't forget to set the right directory paths in your project setting->VC++ Directories and Librarian->Additional Libraries Directories.

Hope this could be help of you.

By the way, according to MSDN policy, we support for c++ development with Microsoft products. For your case, I suggest you go to Intel® RealSense forum for better support.

Your understanding and cooperation will be grateful.

Best Regards,

Sera Yu


这篇关于Windows10 + Visual Studio 2015的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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