Ask Your Question

Revision history [back]

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.