Are C++ shared library targets supported with MATLAB Compiler 3.0 (R13)?

1 view (last 30 days)
The MATLAB Compiler 3.0 (R13) documentation for MCC states:
-B cpplib (C++ Library). Produce a C++ library.
The -B cpplib option is equivalent to the series of
options -B csharedlib:
<shared_library_name>
-L cpp -T compile:lib
Does this indicate that C++ shared library targets are supported?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This has been verified as an error within the documentation for the MATLAB Compiler within the section for MCC. C++ shared library targets are not supported with MATLAB Compiler 3.0 (R13).

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!