Error in MATLAB standalone app installation
8 ビュー (過去 30 日間)
古いコメントを表示
I have installed compiler, for making standalone application that would work in PCs that do not have MATLAB or MATLAB Run time installed.
The application was packed and when the installer was run user's computer it is showing VCRUNTIME140.dll missing. (Screen shot attached)
Please guide.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1278345/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1278345/image.jpeg)
0 件のコメント
採用された回答
dpb
2023 年 1 月 30 日
編集済み: dpb
2023 年 1 月 30 日
That means your user's PC doesn't have the MS Visual C++ compiler distributable runtime libraries installed -- here's a link to the MS download site <Latest Visual C++ Redistributables>
It would be more polite if the installer would recognize the need instead of just barfing, but the solution is the user must install the MS VisualC runtime first.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!