User`s guide

R14SP3
23-32
Compatibility Considerations
You may need to recompile code compiled with an earlier compiler that is no longer
supported.
Import Libraries Moved
The import libraries (.lib files) for the MATLAB dll files have been moved up a
directory level and are no longer specific to the compiler version. The new location for
these files is
$matlab/extern/lib/$arch/$vendor
where the terms $matlab, $arch, and $vendor respectively represent the string
returned from the matlabroot command, the platform you are running MATLAB on, and
the vendor of the compiler you are using.
Compatibility Considerations
You may need to change any code that depends on the previous library locations.
MEX Perl Script Moved
The MEX Perl script used in building MEX-files is now located in $matlab/bin, rather
than $matlab/bin/win32. (The term $matlab represents the string returned by the
matlabroot function.) You should not notice any difference, however, as a batch file
located in $matlab/bin/win32 provides backward compatibility.
Linking to System Libraries
MATLAB now links with the system libraries by default. You no longer need to specify
them explicitly.
COM Automation Server Now Displays Figure
When using MATLAB as an Automation server, executing MATLAB commands that
create figures now displays the figure window.