MATLAB: Is there an error in the documentation in the Testing Components on Development Machine section from the MATLAB Compiler 4.0 (R14)

dynamicenvironmentlibraryMATLAB Compilerpath

Under the Getting Started – Testing Components on Development Machine section
of the compiler manual, it states the following:
To test either component on your
development machine, make sure
you have your dynamic library path
set properly.
Windows
Add the following directory to your
dynamic library path: <matlabroot>\bin\win32
However, there is no "dynamic library path" on windows system."

Best Answer

This bug has been fixed for Release 14 (R14). For previous releases, please read below for any possible workarounds:
This is an error in the MATLAB Compiler 4.0 (R14)documentation. To work around this issue, use the following:
Windows
Add the following directory to your system PATH environment variable:
<matlabroot>\bin\win32
Related Question