Possible to distribute shared .dll without requiring end users to have C compiler?
Show older comments
Hello,
Our software product will launch MATLAB with a script we generate, and then MATLAB will call back into our product by means of a dll using loadlibrary()/calllib().
It seems that using loadlibrary()/calllib() requires MATLAB end users to have a C compiler on their system.
Is there any way around this requirement that works for both 32/64 bit versions?
Thanks, James
Accepted Answer
More Answers (1)
Walter Roberson
on 14 Mar 2012
0 votes
You might be able to use a prototype file http://www.mathworks.com/help/techdoc/ref/loadlibrary.html#f103-540378
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!