英伟达
直播中

李远恒

7年用户 181经验值
私信 关注
[问答]

无法编译Capture SDK 5.0示例

我正在尝试在VS2013中编译NvFBCHWEncode,我收到此错误。
1> ------ Build build:项目:Util,配置:调试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?

回帖(2)

方夏少

2018-9-14 10:44:05
是的,nvidia忘了将NvAPI.h添加到“inc”目录(包括nvapi * .lib)。
分别下载NvAPI https://developer.nvidia.com/nvapi并在“inc”下创建目录“NvAPI”,并从下载的文件中复制“* .h”。
它不是相同的版本,但工作正常。

以上来自于谷歌翻译


以下为原文

Yes, nvidia forgot to add NvAPI.h to "inc" directory (nvapi*.lib is included). Download NvAPI https://developer.nvidia.com/nvapi separately and make directory "NvAPI" under "inc" and copy "*.h" from downloaded file. It is not the same version but works Ok.
举报

贺服窍

2018-9-14 10:52:16
谢谢,这很有效。

以上来自于谷歌翻译


以下为原文

Thanks, that worked.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分