how to build opencv 2.4.8 with visual studio ultimate 2013?
how to build opencv 2.4.8 with visual studio ultimate 2013? i have this problem:
Error 1 error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' Visual Studio 2013\Projects\ConsoleApplication1\ConsoleApplication1\opencv_core248d.lib(opencv_core248d.dll)
You are linking with x64 bit libraries but your built target of Visual Studio is set to 32 bit systems defined by x86. You can change the target system in the project settings. Make sure to make it x64 and fill in the correct linker settings and you will be set.