Getting error libopencv_core243.dll is missing
I'm using codeblocks 12.11 and have cofigured opencv 2.4.3 with it......I have a windows 7 Home basic OS (64 bit)......whenever i try to execute a code i get this error... "The program can't start because libopencv_core243.dll is missing from your computer.Try reinstalling the program to fix this problem"..........Kindly help me out.......!!!!
You are using openCV functions that require a .dll file to work, otherwise the program will fail at start. You have to look for the .dll files that are missing (probably ....\openc\x64\libs\Win\bin) and copy paste it to your project folder.