Ask Your Question

RamiJack's profile - activity

2017-03-12 14:52:17 -0600 received badge  Famous Question (source)
2016-07-19 16:36:14 -0600 received badge  Notable Question (source)
2015-12-13 04:29:07 -0600 received badge  Popular Question (source)
2014-01-23 21:16:02 -0600 asked a question error while loading shared libraries: libopencv_core.so.3.0

error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory.

i am using eclipse c/c++ ide on ubuntu 13.10

2013-08-25 01:24:57 -0600 commented question Error building test code in VS2012

Hurray..............now its working.......the dll's issue is resolved as i moved the dll's from the "vc11\bin" folder to "c:\windows\system32". Don't know the exact reason why this behavior happen, but i will look into this and let u know.

2013-08-25 01:01:14 -0600 commented question Error building test code in VS2012

Now the issue i am facing with is of "dll's not found". Even though my PATH environment variable includes the "%OPENCV_DIR%\x86\vc11\bin".

2013-08-25 00:58:56 -0600 commented question Error building test code in VS2012

This i have fixed in my Environment Variable.In Tutorials its mentioned that OPENCV_DIR variable should point to "C:\OpenCV\Build\x86\vc11" but i modified the variable to point to "C:\Opencv\Build" and made other changes correctly.

2013-08-24 13:16:14 -0600 commented question Error building test code in VS2012

the dll's are placed correctly and the PATH environment variables are correctly set. and still getting the same cannot locate dll's error

2013-08-24 11:03:28 -0600 commented question Error building test code in VS2012

This time i am not getting the above error, because i started the tutorials from scratch and setup the dev environment freshly. But just before the program is getting executed, now its throwing the Error Saying "cannot locate opencv_core246d.dll" . going through the tutorials once more...cross checking it. i will Let you know once the issue is resolved.

2013-08-18 23:48:57 -0600 commented question Error building test code in VS2012

Yes I am using vc11 folder for libs and dlls. Even i tried with VS2010 and vc10 libs and dlls but still getting the same error.

2013-08-17 04:18:21 -0600 commented question Error building test code in VS2012

Yes i tried that also...but it didn't work then also

2013-08-17 03:02:14 -0600 asked a question Error building test code in VS2012

When i am building the test code in VS2012, i am not able to build the solution, getting the following error. Can anyone help me out?

image description