How to use X64 and X86???

asked 2016-02-26 00:02:34 -0600

GANESH PRASAATH L gravatar image

I installed Visual Studio 2010 and opencv 2.4.9 in windows 7 64 bit. When I use X64 for library, there is a link error showing incompatible with machine. When X86 is used, errors are shown for dll files missing. After providing dll files one by one, finally there is compilation error. How to execute opencv c++ programs?????

edit retag flag offensive close merge delete

Comments

1

afaik, there are no prebuild opencv libs for vs2010, you have to build from src, using cmake

berak gravatar imageberak ( 2016-02-26 02:56:20 -0600 )edit