Why do I get the error 127 "The specified procedure could not be found" when deploying a stand-alone?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I get the following error when deploying a stand-alone created using MATLAB Compiler:
127 "The specified procedure could not be found"
Respuesta aceptada
MathWorks Support Team
el 27 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!