I'm using Windows 10 OS and Code::blocks IDE.
I want to provide an executable of my 'cpp' program to user, by double clicking on it the program should run. I got .exe file from code::blocks project. When I run .exe on User's pc it shows following error libgtkmm-3.0-1.dll and libopencv_world320.dll are missing.
When I run .exe on My PC it runs perfectly fine, the same .exe doesn't run on user's computer. The 'cpp' program uses 'gtkmm' for GUI and 'opencv' to capture frames from camera. How do I solve my 'dll' files not found error? What all will I need in order to launch a program using .exe on User's computer?