matrix.h(277): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
古いコメントを表示
Hi,
I am working in Visual Stdio 2010 environment and want to call matlab engine form it. My matlab version is 2013b.
I have got an error during compilation which is given below: matrix.h(277): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
when I check inside the matrix.h file, line 277 contains the below statement.
typedef CHAR16_T mxChar;
I would be very grateful, if someone enlighten me on this issue.
4 件のコメント
Kaustubha Govind
2014 年 3 月 27 日
Are you able to build your application using the MEX command? Also, please try building the example file engwindemo.c to make sure you are using the correct steps.
Shivaram Singh Rajput
2018 年 1 月 11 日
Hi, I have a similar error when generating Code using embedded coder.
https://se.mathworks.com/matlabcentral/answers/375441-code-generation-errors-mex-compile-works-fine
Kristof Nagy
2020 年 6 月 23 日
Hi guys, I have the similar error when compiling the cpp s-function file.
James Tursa
2020 年 6 月 23 日
Can you show the complete error message you are seeing? Along with the offending line?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で ARM Cortex-A Processors についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!