Ask Your Question
0

Opencv_core2.4.6d.dll not being found in VS 2012

asked 2013-08-01 22:51:03 -0600

DexEr gravatar image

updated 2013-08-01 22:51:59 -0600

Now i'm assuming this is a simple problem to solve since I've seen a lot of people on youtube with the same error. I have downloaded opencv2.4.6 and installed it however when trying to run a simple program it seems to give an Opencv_core246d.dll cannot be found error. I have pasted the ".dll" file in the same project folder. though things still don,t work.

There a few things that i have done for the installation process:

1. Created project sheet with path of lib, include and all the linkers

2. set opencv2.4.6 bin as environmental variable

Please help..!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-02 09:48:06 -0600

berak gravatar image

updated 2013-08-02 09:52:15 -0600

"I have pasted the ".dll" file in the same project folder."

ah - don't !

instead adjust the PATH var, so it points to your opencv-dlls.

they are probably not in opencv2.4.6/bin, more like opencv\build\bin\Release.

edit flag offensive delete link more

Comments

Pasting the proper path to the .dll is not helping. I copy-pasted the bin folder to e:\opencv directly... and have referenced .dll's directly.. still NOT WORKING

DexEr gravatar imageDexEr ( 2013-08-08 01:55:16 -0600 )edit

Question Tools

Stats

Asked: 2013-08-01 22:51:03 -0600

Seen: 549 times

Last updated: Aug 02 '13