MATLAB生成COM调用异常—没有找到mclmcrrt73.dll

背景:

在程序中需要使用的一些复杂的算法,因此借助matlab强大的计算功能编写的响应的函数(.m文件),然后将函数打包成COM组件(包含MCR)。将matlab打包后的COM组件安装到系统中,然后安装自己的应用程序,之后一切运行正常,但两天后再使用就提示如下错误:

 

“没有找到mclmcrrt73.dll,因此这样应用程序未能启动。重新安装应用程序可能会修复此问题。”

 

解决方案:

1、重新安装MCR;

2、手动设置系统的环境变量。

 

参考:

1、http://www.ilovematlab.cn/thread-71366-1-1.html

2、http://www.mathworks.com/support/solutions/en/data/1-1IW46N/

 

 

***************************************************

参考2的原文如下: 

Subject:

Why do I receive an error regarding missing mclmcrrt7x.dll when I run my stand-alone application compiled with MATLAB Compiler?

Problem Description:

When I run my stand-alone application that was compiled with MATLAB Compiler on my deployment machine, I receive an error message regarding a missing mclmcrrt7x.dll file (where x is the minor version of the MCR expected to be installed on the target system).

Solution:

mclmcrrt7x.dll is a run-time library needed to run MATLAB Compiler generated applications on deployment machines that do not have MATLAB and MATLAB Compiler installed. This library is installed during the course of the MATLAB Compiler Runtime (MCR) installation.

This error typically results from one of two situations:

1. The correct version of MATLAB Compiler Runtime (MCR) is not installed.

Applications generated with MATLAB Compiler depend on the version of the run-time library specific to the version of the MATLAB Compiler that generated the application.

You can find the install program for the MCR in the following sub directory of the MATLAB installation which created the program.


$MATLABROOT/toolbox/compiler/deploy/win32/mcrInstaller.exe
or

$MATLABROOT/toolbox/compiler/deploy/win64/mcrInstaller.exe
(where $MATLABROOT is the MATLAB root directory on your machine, as returned by typing:
matlabroot
at the MATLAB command prompt.)

Instructions for installing the MCR are located in the documentation:
Deploying to End Users :: Deployment Process (MATLAB Compiler)
http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br2jauc-13.html

Running MCRInstaller.exe on the deployment machine will install the MCR, including the mclmcrrt7x.dll:

$MCRROOT/v$VER/runtime/win32/mclmcrrt$VER.dll
($MCRROOT is the MATLAB Compiler Runtime root directory that was chosen during the MATLAB Component Runtime installation process. This typically defaults to something like C:/Program Files/MATLAB/MATLAB Compiler Runtime. $VER is the MCR version number without the periods.)

The “missing mclmcrrt7x.dll” error message will result if you have not installed the version of the MCR that corresponds to the version of MATLAB Compiler the application was compiled with. For example, if you have installed the MCR for MATLAB Compiler 4.9 (R2008b), version 7.9 of the mclmccrt DLL will be installed in, for example:

C:/Program Files/MATLAB/MATLAB Compiler Runtime/v79/runtime/win32/mclmcrrt79.dll.

For releases prior to R2008a the runtime libraries will be located in a slightly different directory tree:

C:/Program Files/MATLAB/MATLAB Component Runtime/

Now, if an application generated using MATLAB Compiler 4.6 (R2007a) is executed on this computer without installing that version of the MCR, the "missing mclmcrrt76.dll" error would result.

2. A second option is that the system's PATH environment variable was not set correctly.

During the course of the MATLAB Compiler Runtime installation, the following directory should have been added to your system path:

$MCRROOT/v$VER/runtime/win32
To work around this issue, manually update the PATH environment variable on your deployment machine to include the following directory:

$MCRROOT/v$VER/runtime/win32
For instructions on modifying your system PATH environment variable, refer to the solution referenced below.

Also note that since these DLLs have different names for each version of the MCR, multiple versions of the MCR can be installed on the same machine.

 

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值