DSPRelated.com
Forums

Stand lone EXE File

Started by massod gheytuli April 22, 2009
Dear All
I wrote a code in matlab and want to make EXE File and use that stand alone.
But when i run the program in another computer,and ihave error message about "mclmcrrt79.dll".Please help me .
Thanks.
Gheytuli.
Can you post the error message please.

Regards,
Ahmad El-Saeed

On Wed, Apr 22, 2009 at 6:02 AM, massod gheytuli wrote:

> Dear All
> I wrote a code in matlab and want to make EXE File and use that stand
> alone.
> But when i run the program in another computer ,and i have error message
> about "*mclmcrrt79.dll*".Please help me .
> Thanks.
> Gheytuli.
>
>
>
You need to have Matlab installed on the other computer,
the EXE program uses the mclmcrrt79.dll which belongs to the Matlab installation.

There's no EXE running without Matlab.

Am Wednesday 22 April 2009 13:56:17 schrieb Ahmad El-Saeed:
> Can you post the error message please.
>
> Regards,
> Ahmad El-Saeed
>
> On Wed, Apr 22, 2009 at 6:02 AM, massod gheytuli wrote:
>
> >
> >
> > Dear All
> > I wrote a code in matlab and want to make EXE File and use that stand
> > alone.
> > But when i run the program in another computer ,and i have error message
> > about "*mclmcrrt79.dll*".Please help me .
> > Thanks.
> > Gheytuli.
> >
> >
> >
Hi,

Use syntax
mcc -e functionmfile

this will create a standalone windows file but need mcrinstaller which is located inmatlabroot\toolbox\compiler\win32 install mcrinstaller on any system and execute the exe file it will run without matlab if you are using R2008b use deployment tool to generate installation package file.

M M Zafar
+919450332921

________________________________
From: "a...@gmx.de"
To: Ahmad El-Saeed
Cc: m...@yahoo.com; m...
Sent: Friday, 24 April, 2009 1:40:15 AM
Subject: Re: [matlab] Stand lone EXE File

You need to have Matlab installed on the other computer,
the EXE program uses the mclmcrrt79.dll which belongs to the Matlab installation.

There's no EXE running without Matlab.

Am Wednesday 22 April 2009 13:56:17 schrieb Ahmad El-Saeed:
> Can you post the error message please.
>
> Regards,
> Ahmad El-Saeed
>
> On Wed, Apr 22, 2009 at 6:02 AM, massod gheytuli wrote:
>
> >
> >
> > Dear All
> > I wrote a code in matlab and want to make EXE File and use that stand
> > alone.
> > But when i run the program in another computer ,and i have error message
> > about "*mclmcrrt79. dll*".Please help me .
> > Thanks.
> > Gheytuli.
> >
> >
> >