When I try to compile opencv program with codeblocks this error appears dll error But I have the file in the directory. I've followed this tutorial (https://www.youtube.com/watch?v=Qb9n8gQ0RwA&list=PLkPmSWtWNIyT8EpMEqi4wSKOJRegyAYJk&index=1). So after this I followed another tutorial(codeblocks opencv link without any doubt (code blocks10.05 mingw opencv 2.4.3)) which showing the solution of this problem.They used codeblocks 10. Searching for solution, there is no specific one. Then I followed this Again I tried this( docs.opencv.org). Why is this problem generating? Is this a version problem of opencv or codeblocks? Do I have to configure mingw again as I'm using 64 bit windows and codeblocks 13.12 .
Asked
Active
Viewed 418 times
0
-
I also tried https://stackoverflow.com/questions/12700935/opencv-program-cannot-run-because-of-missing-libgcc-s-dw2-1-dll-in-codeblock?rq=1 but it is not helping – Md Mushfiqul Islam Jun 25 '16 at 08:03
-
Are you sure that your libopencv_core310.dll is in your current directory? – Jin Jun 25 '16 at 12:12
-
Yes, it is in my current directory – Md Mushfiqul Islam Jun 25 '16 at 16:42
-
I recommend you to double check the current directory since sometimes it's different from the folder which .exe is in. Then check the dll is correct, there are 64/32 bit versions and static/debug versions. Dependency Walker http://www.dependencywalker.com/ will help you. – Jin Jun 26 '16 at 00:22