Failed to load MCR

15 次查看(过去 30 天)
Ahmad
Ahmad 2024-6-26
I have an old application that gives me an error when I run it. The error message states: "Could not find version 7.13 of the MCR. Attempting to load mclmcrrt713.dll. Please install the correct version of the MCR." I tried to install this version, but it is no longer available. Any help would be highly appreciated. Thanks!

回答(1 个)

Ashutosh Thakur
Ashutosh Thakur 2024-6-27
Hi Ahmad,
The error may be due to a difference in your MATLAB release and the release that is supported with MCR version 7.13. This version is supported in releases before R2011b. For more information on release compatibility, please refer to the following documentation link: https://www.mathworks.com/products/compiler/matlab-runtime.html.
Also, the mcrversion command can be used to find out the MATLAB Runtime version supported with the current MATLAB version: https://www.mathworks.com/help/compiler/mcrversion.html.
So, the possible solution is to try to install MATLAB Runtime from the version in which the old application was created. Additionally, you can request the creator of the application to provide the runtime, as they would have all the details regarding the relevant MATLAB release and Runtime version.
I hope this information helps!

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2011b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by