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?
3 views (last 30 days)
Show older comments
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.
Accepted Answer
MathWorks Support Team
on 10 Oct 2011
All Microsoft runtime libraries belonging to the different Visual Studio versions such as 6.0, 2003 (.NET 1.x), 2003 (.NET 2.x), 2005 and 2008 are independent and incompatible with each other.
See the Related Solution listed below for more information on which version of the Visual C++ Redistributable Package is needed for each MATLAB and/or MCR version.
Since MATLAB 7.6 (R2008a) requires the Visual C++ 2005 SP1 Redistributable Package, installing the 2008 version or any other version will not be enough and will lead to errors such as "Side-by-Side configuration error".
0 Comments
More Answers (0)
See Also
See Also
Categories
Find more on C Shared Library Integration 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!