From: Peter on
Hi,

Thanks for the link, but when I follow the commands (using the downloaded files and the build script) the generated .exe just crashes. I'm using Matlab 7.8.0 and Compiler 4.10.

The line of code: mbuild -v level3.c, generates two error warnings:

warning level3.c: 35 assignment of pointer to double to pointer to array 3 of double
warning level3.c: 35 assignment of pointer to double to pointer to pointer to double.

Can you still help?
Peter

> http://www.mathworks.com/support/solutions/en/data/1-6IJZJP/?solution=1-6IJZJP
From: Ashish Uthama on
On Tue, 23 Feb 2010 12:52:05 -0500, Peter <p.a.sloan(a)bham.ac.uk> wrote:

> Hi,
>
> Thanks for the link, but when I follow the commands (using the
> downloaded files and the build script) the generated .exe just crashes.
> I'm using Matlab 7.8.0 and Compiler 4.10. The line of code: mbuild -v
> level3.c, generates two error warnings:
>
> warning level3.c: 35 assignment of pointer to double to pointer to array
> 3 of double
> warning level3.c: 35 assignment of pointer to double to pointer to
> pointer to double.
>
> Can you still help?
> Peter
>
>> http://www.mathworks.com/support/solutions/en/data/1-6IJZJP/?solution=1-6IJZJP

The solution mentions MS Visual C++ 2005 Express Edition and that compiles
fine without warnings. What compiler have you chosen for your mbuild
script?

Have you configured the MCR on the machine that you running the .exe on?

What happens when you type !level3.exe from the MATLAB command prompt?