runtime error R6025

U

Uoleppi

My IE gives next error:
runtime error R6025 pure virtual function call

Ie support site says:

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.

How can I do that?
 
F

Frank Saunders, MS-MVP IE/OE

Uoleppi said:
My IE gives next error:
runtime error R6025 pure virtual function call

Ie support site says:

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.

How can I do that?

R6025
PRB: Cause of the R6025 Run-Time Error
http://support.microsoft.com/?kbid=125749
Internet Explorer 6 Stops Responding When You Play Streaming Audio
http://support.microsoft.com/?kbid=299318

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top