Can't locate microsoft visual c++ 2008 even i have installed it?
이전 댓글 표시
I have installed microsoft visual c++ 2008 but while finding compiler it didn't list the compiler..It shows like
>> mex -setup
Welcome to mex -setup. This utility will help you set up a default compiler. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013b/win32.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler: [1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2013b\sys\lcc
[0] None
Compiler:
In above statement only one complier is listed...please help to fix the bugs...

답변 (1개)
Ken Atwell
2014년 3월 10일
2 개 추천
From the screenshot, you don't have Visual C++ 2008 installed, you have its redistributable only. That is only a very small piece of Visual C++, a collection of libraries necessary to run most applications built with Visual C++. The redistributable does not include the compiler itself.
댓글 수: 4
Sabanam
2014년 3월 11일
Ken Atwell
2014년 3월 11일
You can either stick with the LCC compiler that comes with 32-bit MATLAB. If you really need a supported Microsoft compiler, the 7.1 SDK would be sufficient. It is the second option in the table at:
Sabanam
2014년 3월 11일
Sabanam
2014년 3월 13일
카테고리
도움말 센터 및 File Exchange에서 COM Component Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!