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?