Azzera filtri
Azzera filtri

Why do I receive an error message of "mclmcr.dll not found" while deploying my application on a target machine using the 'MCRInstaller.exe' in MATLAB 7.0.4 (R14SP2)?

24 visualizzazioni (ultimi 30 giorni)
When I run 'MCRInstaller.exe' on a target machine and execute my MATLAB Compiler generated stand-alone application, I receive the following error message:
'mclmcr.dll' not found.

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 18 Nov 2016
This behavior is observed in MATLAB due to a corrupt installation of the MCR.
To work around this issue, add the <mcrroot>\v72\bin\win32 folder to the system path, where mcrroot corresponds to the directory into which the MCR is installed. However, this may cause problems with other versions of MCR since the file 'mclmcrrt72.dll', which calls the 'mclmcr.dll', is version specific.
Hence, the other option is to reinstall the MCR using 'MCRInstaller' on the target machine.
You can find the 'MCRInstaller.exe' in the following directory:
$MATLAB\toolbox\compiler\deploy\win32
(where $MATLAB is the MATLAB root directory as returned by the following command:
matlabroot
)

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by