From: emammendes on
Hello

I am trying to learn how to use deploytool. I managed to get matlab
to generate the exe file. Unfortunately when I try to run it another
computer without Matllab 7.3 the system returns

mclmcrrt75.dll was not found

Any idea of what could be wrong?

Many thanks

Ed

From: PB on
On Thu, 22 Feb 2007 10:28:36 -0800, emammendes wrote:

> Hello
>
> I am trying to learn how to use deploytool. I managed to get matlab
> to generate the exe file. Unfortunately when I try to run it another
> computer without Matllab 7.3 the system returns
>
> mclmcrrt75.dll was not found
>
> Any idea of what could be wrong?
>
> Many thanks
>
> Ed

Have you installed the MCR-package on the target computer? Look here:
http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/index.html?/access/helpdesk/help/toolbox/compiler/f12-999353.html&http://www.mathworks.com/cgi-bin/texis/webinator/search_dropdown/

HTH

PB

From: emammendes on
On Feb 22, 5:40 pm, PB <pbodin@_REMOVE_THiS_kth.se> wrote:
> On Thu, 22 Feb 2007 10:28:36 -0800, emammendes wrote:
> > Hello
>
> > I am trying to learn how to use deploytool. I managed to get matlab
> > to generate the exe file. Unfortunately when I try to run it another
> > computer without Matllab 7.3 the system returns
>
> > mclmcrrt75.dll was not found
>
> > Any idea of what could be wrong?
>
> > Many thanks
>
> > Ed
>
> Have you installed the MCR-package on the target computer? Look here:http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/index....
>
> HTH
>
> PB



No. Where can I find this MCRInstaller.exe? I have tried in the
same machine I used deplytool and the error message is exactly the
same. This means that the exe file created by deplytool won't work
with Matlab 7.3 or anything other setup.

Many thanks

Ed

From: Dan Hensley on
On Thu, 22 Feb 2007 17:40:37 -0800, emammendes wrote:

> No. Where can I find this MCRInstaller.exe? I have tried in the
> same machine I used deplytool and the error message is exactly the
> same. This means that the exe file created by deplytool won't work
> with Matlab 7.3 or anything other setup.

If you read the documentation on the compiler there is a section that goes
into detail about how to deploy a compiled application on another
computer. It will tell you where to find the installer.

Dan



>
> Many thanks
>
> Ed