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.