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

조회 수: 8 (최근 30일)
poprostuJanek
poprostuJanek 2013년 5월 29일
답변: Yatin 2013년 11월 6일
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
poprostuJanek
poprostuJanek 2013년 5월 29일
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 2013년 5월 30일
편집: Harsheel 2013년 5월 30일
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?

댓글을 달려면 로그인하십시오.

답변 (1개)

Yatin
Yatin 2013년 11월 6일
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.

카테고리

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