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!