Is the LCC compiler that is shipped with the MATLAB Compiler, capable of compiling C++ files?

11 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 18 Apr. 2023
Bearbeitet: MathWorks Support Team am 30 Apr. 2023
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:

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by