How to use X64 and X86???
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?????
afaik, there are no prebuild opencv libs for vs2010, you have to build from src, using cmake