OpenCV missing opencv_core248d.dll

asked 2014-04-19 10:54:23 -0600

Hi guys,

i have a fatal problem, i have installed OpenCV and when i will run my opencv test "Hello World" Program, they give me the Error " opencv_core248d.dll " is missing on your computer, please reinstall the Program??? what can i do ? i have 64 Bit Win 7, i put the correct Path and all Settings are right in the Visual 2012 Project. I need realy help :(

Greets.

edit retag flag offensive close merge delete

Comments

"i put the correct Path " - can't be. please check that again. (open a cmdline and type "path")

berak gravatar imageberak ( 2014-04-19 11:01:15 -0600 )edit

i put this in "Path"

C:\Program Files\opencv\build\x64\vc10\bin; C:\Program Files\opencv\build\x64\vc10\lib;

it is right ?

aCrylic gravatar imageaCrylic ( 2014-04-19 11:05:19 -0600 )edit

you don't need the latter, it only has to find the dlls. ( but it might need "" around it because it contains stupid spaces, "C:\Program Files\opencv\build\x64\vc10\bin"; )

berak gravatar imageberak ( 2014-04-19 11:14:08 -0600 )edit

OMG IT WAS A SPACE IN PATH !!!!! WTF I AM SO HAPPY NOW !!!! THANK U A LOT !!!!

aCrylic gravatar imageaCrylic ( 2014-04-19 11:23:41 -0600 )edit