“The program can't start because opencv_world300.dll is missing from your computer” error in C++

后端 未结 10 1748
情深已故
情深已故 2020-12-30 01:59

I want to compile an opencv Console C++ program in Visual Studio 2013. This is my code:

#include \"stdafx.h\"
#include \"opencv2/highgui/highgui.hpp\"
#inclu         


        
10条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 02:29

    Add the paths as everybody says and keep in mind to restart the Visual Studio. I added all the paths, even tried to copy all the opencv_world.dll in the same folder as the source file, all i had to do was to restart the Visual Studio after i added all the paths.

提交回复
热议问题