Ask Your Question

zuku7's profile - activity

2016-11-07 06:57:19 -0600 received badge  Famous Question (source)
2016-04-04 04:24:16 -0600 received badge  Notable Question (source)
2016-01-30 13:01:55 -0600 received badge  Popular Question (source)
2015-09-24 06:17:33 -0600 received badge  Enthusiast
2015-09-14 00:17:34 -0600 asked a question 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/...

http://docs.opencv.org/doc/tutorials/...

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.