Ask Your Question

Revision history [back]

How to build OpenCV 3.4.6 with Visual Studio 2010 on Windows 10?

I try to build OpenCV 3.4.6 with Visual Studio 2010 and CMake 3.14.4. Below is my additional configurations WITH_OPENGL = check WITH_OPENMP = check

A configuration was successfully. but I got a errors while compile. error C2059: syntax error : '.' ...\opencv-3.4.6\sources\3rdparty\quirc\src\version_db.c 21 I think a source of quirc module is higher than C++11. So I unckeck WITH_QUIRC and retry. but the configuration was failed.

How to build OpenCV 3.4.6 with Visual Studio 2010? Is it possible to build OpenCV 3.4.6 with Visual Studio 2010? If I build OpenCV 3.4.6 with Visual Studio 2015, can I use that on Visual Studio 2010?