Make .NET dll from a function that uses MEX-Files

1 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Call Web Services from MATLAB Using HTTP 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by