Can I use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for my compiled stand-alone applications as it seems to be a newer version?
Ältere Kommentare anzeigen
I would like to know if I can use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for my compiled stand-alone applications, as it seems to be a newer version.
Antworten (2)
Sanchali Purandare
am 16 Jan. 2011
1 Stimme
Shaf
am 20 Jan. 2011
0 Stimmen
If the standalone application is built using the Visual C++ 2008 compiler then the Visual C++ 2008 Redistributable package will need to be installed on the deployment machine in addition to the Visual C++ 2005 SP1 Redistributable Package. The redistributable(runtime) libraries can be loaded side by side in the same process. Since MATLAB 7.6(R2008a) is built with Microsoft® Visual C++ 2005 SP1 (8.0) Professional Edition the 2005 redistributable libraries are always required. However the MCR installation should take care of this. Other redistributable requirement will be dictated by the deployed component.
Kategorien
Mehr zu Get Started with MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!