Compiled(with deploytool) program cannot run in another computer
Show older comments
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.
Accepted Answer
More Answers (1)
Image Analyst
on 12 Mar 2013
0 votes
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.
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!