Using Visual C++ compiler vs. Lcc compiler
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear All,
I recently set my compilers to the Visual C++ 2008 Express compilers (using mbuild -setup, and mex -setup).
I received warnings saying that if I redistribute my applications, I would have to make sure the Visual Studio run-time libraries are on the computer I am distributing to.
Does this mean that even if I package the MCR with a standalone executable (using the deployment tool), the user would have to install Visual Studio? If I want to prevent this should I simply use the Lcc compiler?
Thanks, Philip
3 commentaires
Kaustubha Govind
le 24 Fév 2011
Also, see http://www.mathworks.com/support/solutions/en/data/1-3LSMPR/index.html
Réponses (1)
Jan
le 25 Fév 2011
I suggest not to use the LCC compiler. The functions compiled by MSVC are remarkably faster. As Kaustubha Govind explained, you do not need the MSVC compiler on the client machine, but just the runtime libs. They are freely available and have a size of some MB only.
Voir également
Catégories
En savoir plus sur C Shared Library Integration dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!