set-up for complier sdk
4 views (last 30 days)
Show older comments
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?
0 Comments
Answers (2)
Walter Roberson
on 18 Jan 2016
No it does not.
You should consider using MinGW which is free and supported on Windows 10 for R2015b.
2 Comments
Walter Roberson
on 23 Jan 2016
C++ shared libraries can be created using the -shared flag in MingW
Harsheel
on 22 Jan 2016
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.
0 Comments
See Also
Categories
Find more on Troubleshooting in MATLAB Compiler SDK in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!