Compiled(with deploytool) program cannot run in another computer
显示 更早的评论
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.
采纳的回答
更多回答(1 个)
Image Analyst
2013-3-12
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!