Ask Your Question

DexEr's profile - activity

2013-08-12 12:43:31 -0600 commented answer opencv_core241d.dll missing

yes i have

2013-08-12 12:40:07 -0600 answered a question opencv_core245d.dll cannot be read by vs12

Hey guys... i have done all the respective changes as mentioned above... however it doesn't have any change on the results....

System path

Linkers

additional dependencies

path to lib and include directories

these are the things i have set in my PC.. its Win7 OS... if that is of any help...!! please Guide me....!!

2013-08-12 11:56:22 -0600 commented answer opencv_core245d.dll cannot be read by vs12

Actually the additional dependencies is where u put in ur .lib Links if m not wrong... I have done this.as well as put it up in system path ... It is still giving the same error

2013-08-08 01:55:16 -0600 commented answer Opencv_core2.4.6d.dll not being found in VS 2012

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

2013-08-01 22:51:59 -0600 received badge  Editor (source)
2013-08-01 22:51:03 -0600 asked a question Opencv_core2.4.6d.dll not being found in VS 2012

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..!

2013-07-19 00:03:55 -0600 commented answer opencv_core245d.dll cannot be read by vs12

I have tried to do so... however it still is giving the same error...

2013-07-18 23:03:03 -0600 answered a question opencv_core241d.dll missing

has the problem been resolved...? If some-how you have managed to solve the problem please elaborate the steps cause this is the same error that is coming even while using open cv 2.4.6

2013-07-18 22:56:51 -0600 asked a question opencv_core245d.dll cannot be read by vs12

Please help..!! I have written the simplest code of reading an image file in c++; using opencv 2.4.5. However it appears that VS2012 cannot register the .dllfile of open cv If I paste the particular dll into the project folder it gives a PDB file missing error...!!