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?
Mostra commenti meno recenti
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.
Risposte (2)
Sanchali Purandare
il 16 Gen 2011
1 voto
Shaf
il 20 Gen 2011
0 voti
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.
Categorie
Scopri di più su Get Started with MATLAB Compiler SDK in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!