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?
3 views (last 30 days)
Show older comments
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
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
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 Comments
More Answers (0)
See Also
Categories
Find more on Software Development Tools in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!