why can't we use visual C++ express 2010 with R2012a ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!