Visual Studio 2017 年的 EmguCV,无法构建示例解决方案
EmguCV on Visual Studio 2017, cannot build example solution
我在 https://sourceforge.net/projects/emgucv/files/ as intructed by the tutorial on http://www.emgu.com/wiki/index.php/Download_And_Installation 上下载了最新的 EmguCV 示例 (3.2),但每个项目都出现以下两个构建错误:
Task host node exited prematurely. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
(找不到 MSBuild_*.failure.txt)
The "GenerateResource" task's outputs could not be retrieved from the "FilesWritten" parameter. Object does not match target type. Emgu.CV.UI
我按照教程做了,但是一定少了一步。我安装了 C++ 可再发行组件,但没有成功。我还没有安装任何其他东西。
还有什么我可以尝试的吗?
您的系统区域设置是什么?如果将其设置为稍微不寻常的设置,就会发生这种情况,因为 Emgu CV 对此非常敏感。我不得不将我的语言改为英语(美国)才能正常工作。
我在 https://sourceforge.net/projects/emgucv/files/ as intructed by the tutorial on http://www.emgu.com/wiki/index.php/Download_And_Installation 上下载了最新的 EmguCV 示例 (3.2),但每个项目都出现以下两个构建错误:
Task host node exited prematurely. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.
(找不到 MSBuild_*.failure.txt)
The "GenerateResource" task's outputs could not be retrieved from the "FilesWritten" parameter. Object does not match target type. Emgu.CV.UI
我按照教程做了,但是一定少了一步。我安装了 C++ 可再发行组件,但没有成功。我还没有安装任何其他东西。
还有什么我可以尝试的吗?
您的系统区域设置是什么?如果将其设置为稍微不寻常的设置,就会发生这种情况,因为 Emgu CV 对此非常敏感。我不得不将我的语言改为英语(美国)才能正常工作。