Why do I get the error 127 "The specified procedure could not be found" when deploying a stand-alone?

조회 수: 4 (최근 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
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개)

카테고리

Help CenterFile 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!

Translated by