|
|
Bob Cumming wrote:
>
>
> Which version of the compiler are you using?
>
> R14 - You need MCRInstaller (free) from Matlab,
>
> R13 or previous.. need more info
>
> What dll is missing?
Now I am using R14, and i already read the "Deployment Process" in
Matlab Help. By following the help, i copied the "MCRinstaller.exe"
into other machine without MATLAB, and installed it. However, when i
run my EXE file, instead of reminding me missing DLL file as before,
there is another error, it says my EXE file has encounted a problem
and need to close.
Do you think the installed directory of MCRInstaller have any
requirement?
I use the following commands in Matlab to generate the EXE and LIB
files,
>> mcc -m dikp_monitor.m
>> mcc -l dikp_monitor.m
|
|