MEX is not locating VS Express 2013 compiler

1 Ansicht (letzte 30 Tage)
Isma
Isma am 4 Nov. 2015
Kommentiert: Walter Roberson am 4 Nov. 2015
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 Kommentar
Geoff Hayes
Geoff Hayes am 4 Nov. 2015
Bearbeitet: Geoff Hayes am 4 Nov. 2015
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 4 Nov. 2015
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 Kommentare
Isma
Isma am 4 Nov. 2015
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 am 4 Nov. 2015
I do not know.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Write C Functions Callable from MATLAB (MEX Files) 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