Selective/partial unistall of Microsoft Visual Studio C++ compiler for mexFunction
1 view (last 30 days)
Show older comments
To use mex with Visual C++ compiler, I have installed the Microsoft Visual Studio 2010, and set the environment VS80COMNTOOLS as the actual path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools
From the following answer: https://uk.mathworks.com/matlabcentral/answers/102705-why-am-i-unable-to-select-my-microsoft-visual-studio-visual-c-compiler-in-matlab
it seems that matlab only use a VC folder from Visual Studio: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC
Because Visual Studio takes too much space on my poor C drive, I am considering the possibility to have a backup of this VC folder only, and then uninstall Studio Visual, then place the VC folder back. Will this still support the C++ compilder for mex?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on MATLAB Compiler 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!