Filter löschen
Filter löschen

why can't we use visual C++ express 2010 with R2012a ?

1 Ansicht (letzte 30 Tage)
p fontaine
p fontaine am 19 Mär. 2012
Why can't we use visual C++ 2010 Express with R2012a ?
I use Windows Seven 64 bits I have installed SDK 7.1 as specified in http://www.mathworks.fr/support/compilers/R2012a/win64.html but visual C++ 2010 Express does not appear in the list provided when calling mex -setup Why isn't it listed on the link above (only professional version is present) ? Is R2012a supposed to work with VIsual C++ 2010 Express ?

Akzeptierte Antwort

Ken Atwell
Ken Atwell am 20 Mär. 2012
The SDK you installed contains all of the bits MATLAB needs to compile 64-bit binaries, and is what "mex -setup" will list. You can skip installing Visual C++ if you are only interested in supporting MATLAB -- of course, the full-features IDE of Visual C++ is useful if you develop C/C++/C# code outside of MATLAB.
Visual C++ Express only contains a 32-bit compiler, so you would need to install the SDK anyhow to get a 64-bit compiler.

Weitere Antworten (0)

Kategorien

Mehr zu Troubleshooting in MATLAB Compiler SDK finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by