As far as i know, it should be no problem to use mcc -m command to
compile a m file that calls mex function. But it turns out they could
not open mex dll file.And I checked the specified folder in the error
information and the .dll file is there.
Any kind of help is appreciated!
thanks,
Edwards
thanks,
Edwards
Did you install all required DLLs on the other computer? Everything is
contained in MATLAB7\toolbox\compiler\deploy\win32\MCRInstaller.exe
-Herbert
In the documentation for the MATLAB Compiler:
http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/
in the Getting Started chapter, look in the Quick Start section. There's a
page in that section titled "Deploying Components to Other Machines". [Look
in the left-hand frame; it'll be on the first page of that frame.] Follow
the instruction on that page to deploy your application to a machine that
does not have MATLAB installed on it.
--
Steve Lord
sl...@mathworks.com
"Edwards" <gan...@buffalo.edu> wrote in message
news:ef09...@webx.raydaftYaTP...
thanks,
edwards