Ask Your Question

Revision history [back]

vs 2012 express opencv configuration issue

Hello readers!

I am using opencv 2.4.6 x64 edition on VS 2012 express I have already added the include paths in project properties C:/opencv/build/include in VC++ conf and C++ conf, also I have already added the lib path to the linker C:\opencv\build\x64\vc11\lib and added the inputs... opencv_imgproce2.4.6...etc.

When I try to compile a simple code it shows some errors like these: Error 1 error LNK2019: unresolved external symbol _cvShowImage referenced in function _main C:\Users\User\Documents\Workspace\CV_Test1\CV_Test1\ Source.obj CV_Test1

Please help to understand why is this happening, and tell me what do you think I should do?

I have already added also to the system Path var this: "C:\opencv\build\x64\vc11\bin"