Is the LCC compiler that is shipped with the MATLAB Compiler, capable of compiling C++ files?
9 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2013 年 7 月 2 日
編集済み: MathWorks Support Team
2023 年 4 月 30 日
Is the LCC compiler that is shipped with the MATLAB Compiler, capable of compiling C++
I would like to use the LCC compiler to compile a C++ application I have written, is this possible?
採用された回答
MathWorks Support Team
2023 年 4 月 18 日
編集済み: MathWorks Support Team
2023 年 4 月 30 日
The LCC utility, included with the MATLAB Compiler for Windows, is an ANSI compliant C compiler.
It does not contain functionality to compile code written in the C++ syntax.
For a full list of supported compilers, please see the following link:
The workaround would be to install Windows SDK 7.1 from the following link:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!