Selective/partial unistall of Microsoft Visual Studio C++ compiler for mexFunction

1 view (last 30 days)
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
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?

Accepted Answer

raym
raym on 14 Sep 2018
Edited: raym on 14 Sep 2018
Solved. The VC folder was necessary and sufcient for C compiler for mtlab.

More Answers (0)

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!