Question:
Error message Microsoft C++ Runtime error R6025?
Michael T
2007-03-26 17:46:20 UTC
After I open Corel Paintshop Pro Photo XI I get that message. If I click on it, it closes and I get it again. If I click it a second time, my applications shuts down. Does anyone know how to fix this? Qualified answers only, please.
Three answers:
marketplacesoftware
2007-04-03 02:54:23 UTC
I did a little research and it looks like there's not anything you can do, but something making a call with bad timing. Did you check for updates to the app on the mfg site?
ny_werewolf
2007-04-03 12:05:40 UTC
This error occurs when your application indirectly calls a pure virtual member function in a context where a call to the function is not valid. In most cases, the compiler detects this and reports the error when building the application. But depending on how your code is written, sometimes the problem is detected only at run-time.

RESOLUTION

Calling a pure virtual function is a programming error, so you need to find the call to the pure virtual function and rewrite the code so it is not called.



One way to find a call to a pure virtual function is to replace the pure virtual function with an implementation that calls the Windows API function DebugBreak. When using the debugger, DebugBreak will cause a hard-coded breakpoint. When the code stops running at this breakpoint, you can view the callstack to see where the function was called.



Another way to find a call to a pure virtual function is to set a breakpoint on the _purecall function that is found in PureVirt.c. Breaking on this function has the advantage of keeping the stack intact so that you can trace what is occurring.
2016-12-08 17:00:21 UTC
Please tell the residing house windows version whenever you ask a query, and likewise the version of the utility you're employing. besides as a effect, in the form you very own a cd for the norton antivirus, then bypass to regulate panel > upload eliminate classes seek for the norton antivirus, stay replace(symantec), livereg(symantec), eliminate all the three classes. Then restart your laptop as quickly as. Then set up the norton antivirus setup parogram. Run Liveupdate after the installation is comprehensive, on an identical time as linked to internet. this could save this technique in sturdy shape.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...