Im using emgu in my project.
I get this exceptit:
Here the details of the exception:
The opencv_core242 is in the folder project,and platform target set to x86.
Any idea what might cause the exception and how to solve it?
Im using emgu in my project.
I get this exceptit:
Here the details of the exception:
The opencv_core242 is in the folder project,and platform target set to x86.
Any idea what might cause the exception and how to solve it?
You can use Dependency Walker on cvextern.dll to see if opencv_core242.dll is depending on another dll like nvcuda.dll or if you have a 32/64-bits mismatch.
Take a look at this other question.
In .../windows/system32 I pasted cudart32_42_9.dll file.It's helped me to fix me problem