Ask Your Question

JayDubs's profile - activity

2019-07-26 00:37:52 -0600 received badge  Famous Question (source)
2018-09-09 02:01:31 -0600 received badge  Notable Question (source)
2018-06-05 02:49:04 -0600 received badge  Popular Question (source)
2017-01-30 03:49:12 -0600 received badge  Editor (source)
2017-01-30 03:47:56 -0600 asked a question 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 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?