Make .NET dll from a function that uses MEX-Files
1 view (last 30 days)
Show older comments
Hi all;
I want to create a .NET dll from my MATLAB code to use it in a C# .NET program. Problem is that I have used some MEX-Files in my MATLAB code and when I create .NET dll and use it in the C#, I got this error:
An unhandled exception of type 'System.Exception' occurred in MWArray.dll
Additional information:
System.Exception was unhandled
HResult=-2146233088
Message=
... MWMCR::EvaluateFunction error ...
Invalid MEX-file 'C:\Users\ETCCO5\AppData\Local\Temp\PG\mcrCache9.1\TestME0\Users\ETC_pc\Desktop\kyamagu-mexopencv-8d109eb\+cv\adaptiveThreshold.mexw64': The specified module could not be found..
Error in => TestMEXinDLL.m at line 5.
... Matlab M-code Stack Trace ...
at
file C:\Users\PG\AppData\Local\Temp\ETCCO5\mcrCache9.1\TestME0\TestMEXinDLL\TestMEXinDLL.m, name TestMEXinDLL, line 5.
Does anyone knows about this? In fact, is that possible to make dll from functions using MEX-files?
Regards;
Peyman
0 Comments
Answers (0)
See Also
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!