Compiled(with deploytool) program cannot run in another computer
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 12 de Mzo. de 2013
0 votos
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.
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!