Possible to distribute shared .dll without requiring end users to have C compiler?
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 3 月 14 日
0 投票
You might be able to use a prototype file http://www.mathworks.com/help/techdoc/ref/loadlibrary.html#f103-540378
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!