简体   繁体   English

VisualStudio 2010-DLL错误:__vcrt_cleanup_type_info_names

[英]VisualStudio 2010 - Dll error: __vcrt_cleanup_type_info_names

I am using OpenCV 3.1 with Visual Studio 2010 in Windows 64 bits. 我正在Windows 64位中使用带有Visual Studio 2010的OpenCV 3.1。 I have rebuilt OpenCV by means of Cmake recently and it appears the next error when I try to compile: 我最近已经通过Cmake重建了OpenCV,并且在尝试编译时出现了下一个错误:

No se encuentra el punto de entrada del procedimiento __vcrt_cleanup_type_info_names en la biblioteca de vínculos dinámicos VCRUNTIME140D.dll 否在过程中遇到强制性的______________________________________________________________________________________________________________________________________________

I am using 我在用

  • opencv_world310d.dll opencv_world310d.dll
  • opencv_ffmpeg310_64.dll opencv_ffmpeg310_64.dll

I didn't have this problem when I compiled the same code with the official version of OpenCV 3.0. 使用OpenCV 3.0的正式版本编译相同的代码时,我没有遇到这个问题。 Any thoughts on this? 有什么想法吗?

Thanks in advance. 提前致谢。

I have gotten it to work after rebuilt OpenCV with the version 3.0 using Cmake. 在使用Cmake使用3.0版重建OpenCV之后,我已经开始使用它。 It seems that version 3.1 is not very stable yet. 看来3.1版还不是很稳定。 Thanks! 谢谢!

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM