From: Aris David on
Hi,

I have created an executable file in Matlab using MCC. Everytime I run the exe file I get a "Microsoft Visual C++ Runtime Library" error message

Can anyone help?

Thanks

Aris
From: us on
"Aris David" <aris.d.david(a)gmail.com> wrote in message <hv0vv9$n4n$1(a)fred.mathworks.com>...
> Hi,
>
> I have created an executable file in Matlab using MCC. Everytime I run the exe file I get a "Microsoft Visual C++ Runtime Library" error message
>
> Can anyone help?
>
> Thanks
>
> Aris

not with this sparse information...

us
From: ImageAnalyst on
First of all, get Dependency Walker and run it on your executable to
find out if there are any missing files (DLL's etc.). You might also
have to try running filemon:
http://msdn.microsoft.com/en-us/library/ms838626%28WinEmbedded.5%29.aspx

Then go here:
http://www.microsoft.com/downloads/details.aspx?familyid=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
and download and install the Microsoft redistributable package that
the MCRInstaller claims to install. Apparently the MCRInstaller
doesn't do it right because Dependency Walker will show that there are
still missing files (msvctr80.dll and msvcrt90.dll).

Try that and get back to us with any errors.
From: us on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <9838f792-e7ea-42cf-816b-0e29830f60d5(a)f8g2000vbl.googlegroups.com>...
> First of all, get Dependency Walker and run it on your executable to
> find out if there are any missing files (DLL's etc.). You might also
> have to try running filemon:
> http://msdn.microsoft.com/en-us/library/ms838626%28WinEmbedded.5%29.aspx

note: FILEMON is superseded by the more powerful PROCESS MONITOR...

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

us
From: Aris David on
"us " <us(a)neurol.unizh.ch> wrote in message <hv18hh$90c$1(a)fred.mathworks.com>...
> ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <9838f792-e7ea-42cf-816b-0e29830f60d5(a)f8g2000vbl.googlegroups.com>...
> > First of all, get Dependency Walker and run it on your executable to
> > find out if there are any missing files (DLL's etc.). You might also
> > have to try running filemon:
> > http://msdn.microsoft.com/en-us/library/ms838626%28WinEmbedded.5%29.aspx
>
> note: FILEMON is superseded by the more powerful PROCESS MONITOR...
>
> http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
>
> us

Hi,

THanks for the advice, I run the Dependency Walker on my .exe file. I get an MSJava.dll error with the warnings generated below.

Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

I have installed the redistributable package from msdn and was still getting the same error.
 |  Next  |  Last
Pages: 1 2
Prev: reverse the color map
Next: reverse the color map