开发者

matlab to c++: Cannot open include file: 'mclmcrrt.h': No such file or directory

开发者 https://www.devze.com 2023-01-12 07:28 出处:网络
We tried to complie the m file to c++ file by matlab complier. We had the file bulit but we got the error msg as follow.

We tried to complie the m file to c++ file by matlab complier. We had the file bulit but we got the error msg as follow.

fatal error C1083: Cannot open include file: 'mclmcrrt.h': No such file or directory

Do you have any ideas a开发者_高级运维bout the error msg? Any suggestion will be appreciated. Thanks a lot.

Ying


This error message is caused because you need MCR dlls. You should locate the h file in "C:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v715\extern\include\"
and add it to your include path in C.

Check out the manual of Matlab compiler.

0

精彩评论

暂无评论...
验证码 换一张
取 消