Are C++ shared library targets supported with MATLAB Compiler 3.0 (R13)?
Show older comments
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
More Answers (0)
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!