How to use 'mbuild' command to generate C/C++ dll ?
7 views (last 30 days)
Show older comments
Shelwen Creavic
on 17 Dec 2016
Answered: Titus Edelhofer
on 9 Oct 2018
In previous MATLAB Compiler versions I used MBUILD in combination with an .exports-file to compile shared libraries, for example: mbuild myLibrary.c myLibrary.exports
And this worked fine, if I now try to do the same in release R2014a however, I receive the following error: ERROR: Error using mbuild (line 164) Unable to complete successfully. Unknown file extension '.exports'.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on MATLAB Compiler 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!