Ask Your Question
0

Getting error libopencv_core243.dll is missing

asked 2013-10-01 23:45:30 -0600

virat gravatar image

updated 2013-10-01 23:55:49 -0600

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

edit retag flag offensive close merge delete

Comments

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.

Pedro Batista gravatar imagePedro Batista ( 2013-10-02 11:05:26 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-10-02 11:07:50 -0600

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 at ....\opencv\x64\libs\Win\bin) and copy paste it to your project folder.

Important: you'll find two files with very similar name: opencv_core246d.dll and opencv_core246.dll The letter "d" in the name file means it is the .dll used for debug mode, the other is for release mode. To avoid problems you can copy paste both files to your project folder.

edit flag offensive delete link more
0

answered 2013-10-02 07:37:31 -0600

Immi gravatar image

Hi,

you should search the missing dll in opencv folder and add this to your exe-file.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-01 23:45:30 -0600

Seen: 2,155 times

Last updated: Oct 02 '13