How I can open a C ++ DLL file in MATLAB?

1 次查看(过去 30 天)
I want to open a dll file in matlab.
LoadLibrary ('filename');
If I enter, an error occurs.
The contents of the error are as follows.
[notfound,warnings]=loadlibrary(...)
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/struct([^;,{(]*){ <-- HERE (.*?)\}([^;])*;/ at C:\ProgramFiles\MATLAB\R2018a\toolbox\matlab\general\private\prototypes.pl line 912.
Type 'HANDLE' was not found. Defaulting to type error.
Found on line 12 of input from line 23 of file 'headerfile path'
.
.
.

回答(1 个)

Sibin Dai
Sibin Dai 2019-9-27
Hello, did you solve this problem? I am having the same issue here.

类别

Help CenterFile Exchange 中查找有关 Call C++ from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by