User`s guide

Troubleshooting
Excel Builder Errors and Sugges ted Solutions (Continued)
Message Probable Cause Suggested Solution
LoadLibrary
("
component_name.dll")
failed - The specified
module could not be
found.
You may g et this
error message while
registerin g the project
DLL from the DOS
prompt. This usually
occurs if MATLAB is not
on the system path.
See Required Locations to Develop
and Us e Components on page D-4.
Cannot recompile the M
file
xxxx because it is
already in the library
libmmfile.mlib.
Thenameyouhave
chosen for your M-file
duplicates the name of
an M-file already in the
library of precompiled
M-files.
Rename the M-file, choosing a name
that does not duplicate the name of
an M-file already in the library of
precompiled M-files.
Arguments may only be
defaulted at the end of
an argument list.
You h ave modified the
VB script generated for
Excel Builder and have
not provided one or more
arguments used in the
modified script.
Provideavalueforanyargument
that requires an explicit value.
Arguments that accept defaults
appear at the end of the argument
list.
D-3