I have opencv 2.4.6 installed to my machine and want to use it with visual studio 2013 which is also installed.
After doing regular configurations I faced with
1>opencv_core246d.lib(alloc.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1800' in main.obj
and many others similar to this error.
I find this question which is similar to my problem. The accepted answer says to me to change opencv but I couldnt find opencv for visual studio 2013. The second answer didn't help at all.
Is there any other way to solve this problem or should I change my visual studio
to 2012
?
Thanks in advance.