Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV 3.2 Visual Studio .dlls missing

I am using OpenCV 3.2 and I'm trying to run the program I wrote on another machine. All include and lib directories have been set correctly as far as I can see. When running the program on another machine I get the following error:

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

I already changed the Runtime Library inside Visual Studio to /MT. Is there anything else I need to consider other than statically linking the libraries?

OpenCV 3.2 Visual Studio .dlls missing

I am using OpenCV 3.2 and I'm trying to run the program I wrote on another machine. All include and lib directories have been set correctly as far as I can see. see and I added opencv_world320.lib as an additional include. When running the program on another machine I get the following error:

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

I already changed the Runtime Library inside Visual Studio to /MT. Is there anything else I need to consider other than statically linking the libraries?