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 Center および File ExchangeIntroduction 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