我正在尝试在VS2013中编译NvFBCHWEncode,我收到此错误。
1> ------ Build build:项目:U
til,配置:调试x64 ------
1> Utils.cpp
1> Utils.cpp(19):致命错误C1083:无法打开包含文件:'NvAPI NvAPI.h':没有这样的文件或目录
2> ------ Build build:项目:NvFBCHWEncode,配置:调试x64 ------
2> LINK:致命错误LNK1104:无法打开文件'Util.lib'
==========构建:0成功,2失败,0最新,0跳过==========
我有一个GRID K520,安装了CUDA 6.5和Nvidia驱动程序369.26。
有任何想法吗?
以上来自于谷歌翻译
以下为原文
I'm trying to compile NvFBCHWEncode in VS2013 and I'm getting this error.
1>------ Build started: Project: Util, Configuration: Debug x64 ------
1> Utils.cpp
1>Utils.cpp(19): fatal error C1083: Cannot open include file: 'NvAPINvAPI.h': No such file or directory
2>------ Build started: Project: NvFBCHWEncode, Configuration: Debug x64 ------
2>LINK : fatal error LNK1104: cannot open file 'Util.lib'
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
I have a GRID K520, with CUDA 6.5 and Nvidia driver 369.26 installed.
Any ideas?