简体   繁体   中英

VisualStudio 2010 - Dll error: __vcrt_cleanup_type_info_names

I am using OpenCV 3.1 with Visual Studio 2010 in Windows 64 bits. I have rebuilt OpenCV by means of Cmake recently and it appears the next error when I try to compile:

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_ffmpeg310_64.dll

I didn't have this problem when I compiled the same code with the official version of 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. It seems that version 3.1 is not very stable yet. Thanks!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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