I have compiled my application with mcc of Matlab2009a.
After installing the MATLAB Compiler Runtime on another computer, I start the application. But I get a message:
"This application has failed to start because mclmcrrt710.dll was not found. Re-installing the application may fix this problem"
In the folder
c:\Program Files (x86)\MATLAB\MATLAB Compiler Runtime\v79\runtime\win32\
I found a file with the name "mclmcrrt79.dll"
After copying to the name "mclmcrrt710.dll", I was able to run my application also on this computer.
Is there a kind of version incompability between the compiler and the runtime environment?
Andreas
Hi,
I made an application using mcc in MATLAB(2009a) and the exe file runs in my computer.
on another computer I installed MCR 7.10 from this path:
$MATLABROOT\toolbox\compiler\deploy\win32\mcrInstaller.exe
but still have problem with "mclmcrrt79.dll". the file exists in that computer.
I tried various things but still same error. what should I do?
Hi,
I also uses MATLAB (2009a) and made an application using mcc.
On another computer, I installed MCR 7.10 which was in this path on my computer:
$MATLABROOT\toolbox\compiler\deploy\win32\mcrInstaller.exe
but when run my application still have problem with "mclmcrrt79.dll".
what should I do? I tried various things but no result.
Thanks
Thanks a lot. It works.
It is located in MATLAB folder. for example in MATLAB 2009a the path is:
MATLAB/R2009a/toolbox/compiler/win32/MCRInstaller