MATLAB R2006b Compiler v.4.4 generated standalone application problem
MATLAB R2006b Compiler v.4.4 generated standalone application problem
(OP)
Hi,
I generated a standalone application from my m-files using Matlab r2006b. The compiler version is 4.4. The command I used is:
mcc -m [list of m-files]
I get an .exe file, which runs fine on the computer I used to compile the code. But, it does not run on a different machine. I get an error message saying mclmcrrt75.dll was not found. Can anyone give me a clue to what I may be doing wrong and how I can correct this problem? Thanks.
-OK
I generated a standalone application from my m-files using Matlab r2006b. The compiler version is 4.4. The command I used is:
mcc -m [list of m-files]
I get an .exe file, which runs fine on the computer I used to compile the code. But, it does not run on a different machine. I get an error message saying mclmcrrt75.dll was not found. Can anyone give me a clue to what I may be doing wrong and how I can correct this problem? Thanks.
-OK





RE: MATLAB R2006b Compiler v.4.4 generated standalone application problem
xnuke
"Live and act within the limit of your knowledge and keep expanding it to the limit of your life." Ayn Rand, Atlas Shrugged.
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: MATLAB R2006b Compiler v.4.4 generated standalone application problem
-OK