开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜