Ask Your Question

luishasbon's profile - activity

2013-09-29 20:35:24 -0600 received badge  Supporter (source)
2013-09-29 20:34:49 -0600 commented answer vs 2012 express opencv configuration issue

Indeed FLY, it was a bad project configuration, I was building with 32b settings. Sorry I am new to 64 bit projects in VS2012.

2013-09-29 20:13:17 -0600 commented answer vs 2012 express opencv configuration issue

Also, maybe, is there the need of configuring the path variable to "C:\opencv\build\x64\vc11\bin" I was wondering how is going to find the linker the dlls? in the CV tutorials page, regarding the Path system var it only says that one must add this "C:\opencv\build\x64\vc11\"

2013-09-29 20:10:13 -0600 commented question vs 2012 express opencv configuration issue

Thank you Vladislav I have already added it.

2013-09-29 20:09:22 -0600 commented answer vs 2012 express opencv configuration issue

Thank you for your kind response, I think I am using always the 64 bit edition, the path I use always is "C:\opencv\build\x64\vc11" but I will double check and I will tell you. In any case, I was wondering if maybe I need to configure VS2012 build conf in order to specify a 64bit build.

2013-09-29 02:07:03 -0600 asked a question 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"