User`s guide

External Interfaces/API
8-17
External Interfaces/API
Changes to Compiler Support
New Compiler Support
MATLAB Version 7.13 (R2011b) supports these new compilers for building MEX-files on
Windows 64- and 32-bit platforms:
Microsoft Windows Software Development Kit for Windows 7 and .NET Framework 4,
Version 7.1
Intel C++ Composer XE 2011
Intel Visual Fortran Composer XE 2011
MATLAB Version 7.13 (R2011b) supports the following new compiler for building MEX-
files on Mac OS X 64-bit platforms:
Apple Xcode 4.0.0 with gcc 4.2.x
Compiler Support To Be Phased Out
Support for the following compilers on Windows 64- and 32-bit platforms will be
discontinued in a future release, at which time new versions will be supported. For an
up-to-date list of supported compilers, see the Supported and Compatible Compilers Web
page.
Intel C++ Version 11.1
Intel Fortran Version 11.1
New Object Support for mxGetProperty and mxSetProperty Functions
You can read and modify properties of Java and COM objects using the mxGetProperty
and mxSetProperty functions.
MEX Header File Does Not Define C++ Type char16_t
The matrix.h header file, used by the mex.h header file for building C/C++ MEX-files,
no longer defines the C++ type char16_t.