I am trying to mount my Unity project that I created with native code of C++
. I have the library in the root directory of the project and I use this library with dllImport
.
When compiling the program and creating the .exe
I get a failure of:
dllnotfoundexception.
I do not know how to make stop mounting the program with the dll.
Any help?