Hi,
I created a unity project using a C++ DLL which includes OpenCV library. It works on my machine but when I try to test the built exe file on another machine, it runs without calling the DLL’s functions.
How can I fix it please?
Thanks in advance