linker error in opencv2.4.5/VS express 2012 c++

asked 2013-06-27 17:59:30 -0600

linker error in opencv2.4.5/VS express 2012 c++

Error 2 error LNK1120: 1 unresolved externals Error 1 error LNK2019: unresolved external symbol "bool __cdecl identical(class cv::Mat,class cv::Mat)" (?identical@@YA_NVMat@cv@@0@Z) referenced in function _main

this is the error i am getting...tried a lot but still couldnt corrrect it...referred many sites, a guy had this same error but nobody managed to answer it convincingly. hope i get it right here... thank u in advance.

edit retag flag offensive close merge delete

Comments

Do you have a function named identical in your main()?

unxnut gravatar imageunxnut ( 2013-06-27 19:26:06 -0600 )edit