필터 지우기
필터 지우기

MEX is not locating VS Express 2013 compiler

조회 수: 2 (최근 30일)
Isma
Isma 2015년 11월 4일
댓글: Walter Roberson 2015년 11월 4일
Hi all
I have both VS 2010 and VS 2013 Express installed on my laptop for some reasons, but I am wondering how to make MEX locate VS 2013 compiler after running mex -setup -v (see below screenshot). By default only c++ 2010 is displayed in option [2].
Best,
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2015년 11월 4일
편집: Geoff Hayes 2015년 11월 4일
Isma - what is your operation system and which version of MATLAB are you using? Both determine which C++ compiler can be used by MEX (so it may not matter if you have VS 2010 or 2013 Express). At this link, http://www.mathworks.com/support/compilers/R2015b/index.html, you can find the supported compilers for 2015b. You can modify the link to find those that are supported for your version of MATLAB.

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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 11월 4일
The last Express series compiler that was supported was VS 2010 which was supported through R2011b. No VS 2013 Express compiler has never been supported by MATLAB.
  댓글 수: 2
Isma
Isma 2015년 11월 4일
Thanks for the information. But do you know if the files {libname.h libname.ctf libname.dll libname.lib} built using VS 2010 could also be used for linking projects in Express 2013? Cheers
Walter Roberson
Walter Roberson 2015년 11월 4일
I do not know.

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

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by