フィルターのクリア

set-up for complier sdk

1 回表示 (過去 30 日間)
Erdem Uguz
Erdem Uguz 2016 年 1 月 18 日
コメント済み: Walter Roberson 2016 年 1 月 23 日
I am running Matlab 2015b on a windows 10 machine. I would like to use Complier SDK to generate C++ codes from my Matlab codes. According to http://www.mathworks.com/support/compilers/R2015b/index.html
I need to have Microsoft Visual C++ 2015 Professional (or 2013 2012 2010 ) which are not free. Does Windows SDK 10 does the same job?

回答 (2 件)

Walter Roberson
Walter Roberson 2016 年 1 月 18 日
No it does not.
You should consider using MinGW which is free and supported on Windows 10 for R2015b.
  2 件のコメント
Kamuran
Kamuran 2016 年 1 月 18 日
I wish that was solving my problem. I need to create C++ shared libraries so I need SDK 7.1 which is not supported by windows 10 and sdk 10 is not supported by Matlab. I believe MathWorks has to be more responsive to these kind of problems. I am almost certain that they receive Windows 10 way before anybody else and have time to make necessary adjustments.
Anyways..thanks for the help.
Walter Roberson
Walter Roberson 2016 年 1 月 23 日
C++ shared libraries can be created using the -shared flag in MingW

サインインしてコメントする。


Harsheel
Harsheel 2016 年 1 月 22 日
It might be difficult but not impossible to install SDK 7.1 on Win 10. Seems like the following link may help you:
Try it carefully to make sure you don't mess your system.

カテゴリ

Help Center および File ExchangeTroubleshooting 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