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

13 views (last 30 days)
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 Comments
poprostuJanek
poprostuJanek on 29 May 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 on 30 May 2013
Edited: Harsheel on 30 May 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?

Sign in to comment.

Answers (1)

Yatin
Yatin on 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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!