Could not find version 7.17 of this MCR.
62 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When open a exe file i'm getting this error message.
Could not find version 7.17 of this MCR. Attempting to load mcimcmt7_17.dll Please install the correct version of the MCR. Contact your vender if you do not have an installer for the MCR.
I'm on Matlab 2012b, Winodws 7 64 bits Enterprise
I have tried installing v2011a
Still same error.
please help./
0 commentaires
Réponses (2)
Andreas Goser
le 19 Déc 2012
Modifié(e) : Andreas Goser
le 19 Déc 2012
Reza Farrahi Moghaddam
le 30 Août 2013
It is possible that that file has been compiled on a win32 platform.
Please remove C:\MATLAB\R2012a\bin;C:\MATLAB\MATLAB Compiler Runtime\v717\runtime\win64; from the PATH, and add C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell;C:\Program Files (x86)\Java\jre7\bin;D:\tools\ffmpeg\bin;C:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v717\runtime\win32; instead to the PATH.
You have to download and install MCR 7.17 for win32 before (R2012a win32 from http://www.mathworks.com/products/compiler/mcr/).
Hope this helps.
5 commentaires
Walter Roberson
le 8 Sep 2023
When you are using MCR, newer versions of MATLAB would not be executing; the execution engine for R2012a would be running. Whatever R2012a did will be frozen in to the executable.
The newest version of Windows supported by R2012a was Windows 8 -- not even Windows 8.1 -- or Windows 7 SP1 -- not even Windows 7 SP3. Windows 8.0 and Windows 7 SP1 were largely discarded early due to their flaws.
Jorge
le 8 Sep 2023
Got it,,,thanks! makes sense that it runs standalone executing its own engine and not the installed version in the system.
I was able to run it, running Windows 10 Business on my machine. Got lucky! and like your said it doesn't use any networking so maybe that is how I was able to do it (even not in compatibility mode!).
Thanks for taking the time to explain and follow up. much appreciated.
Jorge
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!