Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 18 de Nov. de 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
)

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by