User`s guide
21 MATLAB Runtime Server 6.1 Release Notes
21-4
Known Documentation Problems
This section updates the MATLAB Runtime Server 6.1 documentation set,
reflecting known documentation problems.
These errors occur in the printed, but not the electronic, version of the
MATLAB Runtime Server Application Developer’s Guide:
•The list of files in “Manually Packaging Files for Shipping (PC)” (pages 4-6
and 4-7) is incorrect. Use the electronic version instead.
•If your application uses Java classes, then the discussion about packaging a
runtime application (pages 4-3 through 4-7) is incomplete. Use the electronic
version of the instructions for automatically or manually packaging your
application.
•Pages 3-10 and 3-11 incorrectly refer to the directories
toolbox\runtime\examples\engine\activex and
toolbox\runtime\examples\engine, respectively. Both should instead refer
to the directory
toolbox\runtime\examples\activex, which is the actual
location of the files for the ActiveX Automation example.
•The electronic version of the “Testing with the Runtime Server Variant”
section for runtime engine applications recommends a more robust method,
compared to the corresponding section (page 3-8) of the printed version. Also,
see the updated procedure for testing the example runtime engine
application, and compare with page 3-28 of the printed version.
•The following information about file structures has been added to the
electronic version of the “Developing a MATLAB Runtime GUI Application”
chapter:
When creating your deployment structure, you must use the
-inplace flag
with
pcode or the default 'develStruct' option of buildp to have the
P-files mirror the directory structure of the M-files.
•The following information about the packaging utility has been added to the
electronic version of the “Shipping a MATLAB Runtime Application”
chapter:
The packaging utility is intended to be used only with the MATLAB
portion of your application, however, you can integrate the packaging
utility into your overall installation suite.