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

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

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)

Categories

Products

Community Treasure Hunt

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

Start Hunting!