Compiled(with deploytool) program cannot run in another computer
Mostra commenti meno recenti
I compiled a .m file to .exe program with deploytool GUI,then I copy the compiled program to another computer which has the same version of MATLAB with my computer.Although the .exe program could correctly run on my computer,it didn't run on the target machine.The error showed that it could not find a file named mclmcrrt7_14.dll.The two MATLAB's version are both R2010b.I want to know how to solve this problem.
Risposta accettata
Più risposte (1)
Image Analyst
il 12 Mar 2013
0 voti
I believe that the other computer will still need to install MCR.exe. I don't think it's enough that is just has the full blown MATLAB development environment. So try that. Of course since they have MATLAB, you can just give them the m-file instead of building an executable for them.
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!