OpenCV missing opencv_core248d.dll
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.
"i put the correct Path " - can't be. please check that again. (open a cmdline and type "path")
i put this in "Path"
C:\Program Files\opencv\build\x64\vc10\bin; C:\Program Files\opencv\build\x64\vc10\lib;
it is right ?
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"; )
OMG IT WAS A SPACE IN PATH !!!!! WTF I AM SO HAPPY NOW !!!! THANK U A LOT !!!!