Why do I receive a C++ runtime error when I try to use the "Search for" text-box to search for text in the Help Browser?
4 ビュー (過去 30 日間)
古いコメントを表示
When I attempt to use the "Search for" text-box to search for text in the Help Browser, I receive a C++ runtime error:
Runtime Error!
Program: C:\Program Files\MATLAB\R2006b\bin\win32\MATLAB.exe
R6025
- pure virtual function call
採用された回答
MathWorks Support Team
2009 年 6 月 27 日
To resolve this issue, try the following:
1. Execute the following command at the MATLAB command prompt:
com.mathworks.mlwidgets.html.HTMLRenderer.setUseWebRenderer(false);
2. Restart MATLAB.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!