Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The program can't start because opencv_world300d.dll is missing from your computer

Hi, I try to run OpenCV on my computer (Windows 7, Visual Studio 2013 Express). I have followed instructions in tutorials:

http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html

I added path to include folder in “Additional Include Directories” and to libraries in the linker options. Example project can be built, but after start I get an error:

The program can't start because opencv_world300d.dll is missing from your computer. Try reinstalling the program to fix this problem.

Mentioned library is in OpenCV bin folder. I tried to add location of that folder to PATH variable and copied file to Debug folder of project but nothing has changed. Help will be really appreciated.