Runtime Error R6025??
Posted: 14 July 2009 12:45 PM   [ Ignore ]
Newbie
Rank
Total Posts:  10
Joined  2008-10-09

Here is the .(JavaScript must be enabled to view this email address) I have been working on. I have been working on making the submit button functional and after I had got it working, I noticed that in IE6 the Submit button only appears for a split second and then disappears and then I get this Error:

Runtime Error!
Program: C:\Program Files\Internet explorer\IEXPLORE.EXE

R6025
- pure virtual function call.

I have also embedded a Google map in one of my pages if this could be the source of the problem.

Profile
 
 
Posted: 28 July 2009 10:00 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  19
Joined  2009-07-27

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.


Search engine optimization

Profile
 
 
Posted: 28 July 2009 10:11 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  10
Joined  2008-10-09

I’m sorry I don’t really understand what you are saying in the last post. Do you know how I can fix the problem? Thanks.

Profile