Why do I get the error 127 "The specified procedure could not be found" when deploying a stand-alone?
4 views (last 30 days)
Show older comments
I get the following error when deploying a stand-alone created using MATLAB Compiler:
127 "The specified procedure could not be found"
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
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 Comments
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing 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!