Ask Your Question
1

OpenCV 3.0 support Visual Studio 2010?

asked 2015-10-12 23:09:40 -0600

ethan42411 gravatar image

Sorry, I have a problem, I want to use OpenCV 3.0 at Visual Studio 2010, but I can't find the "VC10" folder under the build folder.

Is OpenCV 3.0 not support Visual Studio 2010?

thanks.

edit retag flag offensive close merge delete

Comments

1

You should build with cmake. It should have automatically selected Visual Studio 2010 for you. On my system, it shows the current generator as Visual Studio 10 2010.

unxnut gravatar imageunxnut ( 2015-10-13 09:16:45 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-10-12 23:44:55 -0600

Lurvelly gravatar image

updated 2015-10-13 09:05:16 -0600

Yes, OpenCV 3.0 support Visual Studio 2010 ... You can use "VC12" instead of "VC10" ,but system will tell you can't find the "MSVCP120.dll"... Download the "MSVCP120.dll" from Internet and copy it to "C:\Windows\SysWOW64" //for 64bit computer; "C:\Windows\System32"//for 32bit computer I hope this would help you to solve this problem...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-12 23:09:40 -0600

Seen: 1,741 times

Last updated: Oct 13 '15