Could not find version 7.17 of this MCR. Attempting to load mcimcmt7_17.dll

10 vues (au cours des 30 derniers jours)
poprostuJanek
poprostuJanek le 29 Mai 2013
Hello.
I have to create .exe application. Unfortunately when I run this application on the computer without matlab I get error:
Could not find version 7.17 of this MCR. Attempting to load mcimcmt7_17.dll
I find such topic
and I installed every single MCR from this site
and nothing change. Why ? What I can do to run my application on computers without matlab ?
Please help. Jan
  2 commentaires
poprostuJanek
poprostuJanek le 29 Mai 2013
I saw somewhere that I have to add path: C:\MATLAB\R2012a\runtime\win64;C:\MATLAB\R2012a\bin;C:\MATLAB\MATLAB Compiler Runtime\v717\runtime\win64
But I have only one file MATLAB Compiler Runtime (I don't have R2012a file in my matlab file) and moreover it is in
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v717\runtime\win64
is this a proper path ? Because I doesn't work :/
Harsheel
Harsheel le 30 Mai 2013
Modifié(e) : Harsheel le 30 Mai 2013
Is the bitness of MATLAB (32 bit/64 bit) on which you created the EXE same as the bitness of MCR (It seems you have installed 64bit MCR)? Also note that if you have different versions of MCR on your path, the MCR for R2012a should be first on the path. Can you confirm the bitness and also check the path variable by typing path on the Windows DOS prompt?

Connectez-vous pour commenter.

Réponses (1)

Yatin
Yatin le 6 Nov 2013
Hello, You need to ensure that the bit version of the MCR is the same as the bit-version of the machine on which you created your component. Secondly, you should also add the MCR on the system path (PATH environment variable for Windows) and it should be the first on the system path. Also MCR version 7.17 corresponds to Matlab 2012a.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by