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

조회 수: 1 (최근 30일)
p fontaine
p fontaine 2012년 3월 19일
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 ?
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 3월 20일
32 bit or 64 bit? If 64 bit, did you install the SDK?

댓글을 달려면 로그인하십시오.

채택된 답변

Ken Atwell
Ken Atwell 2012년 3월 20일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Troubleshooting in MATLAB Compiler SDK에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by