Possible to distribute shared .dll without requiring end users to have C compiler?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Walter Roberson
il 14 Mar 2012
0 voti
You might be able to use a prototype file http://www.mathworks.com/help/techdoc/ref/loadlibrary.html#f103-540378
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!