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!