Why do I get the error 127 "The specified procedure could not be found" when deploying a stand-alone?
7 次查看(过去 30 天)
显示 更早的评论
I get the following error when deploying a stand-alone created using MATLAB Compiler:
127 "The specified procedure could not be found"
采纳的回答
MathWorks Support Team
2009-6-27
This error is usually caused by using a wrong or damaged MCR installation, for example if a newer MCR version has been installed, or most probably manually copied, over an older version.
To confirm this, check that the "v7x" version number of the MCR folder matches the MCLMCRRT7x.DLL number. Here are two examples:
Wrong:
C:\MATLAB\MCR\v74\runtime\win32\MCLMCRRT75.DLL
Right:
C:\MATLAB\MCR\v75\runtime\win32\MCLMCRRT75.DLL
The Dependeny Walker is a good tool to debug this issue, see Related Solutions for more information.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!