
R6025 pure virtual function call
I use NT4 wrkst with SP4
I just install SP1(core) for Visual studio 6.
I use Enterprise Visual Studio 6.0.Before installing service pack project
works fine,after
applying SP1,when I run project i receive error R-6025-pure virtual
function,which crash my project
and VB6.But before apply service pack everything works fine.Something wrong
with ADO.I try to
change query,but doesn't help.
my part of source code on Form_load
............................................................................
........................................................................
Dim WithEvents adoPrimaryRS As Recordset
Dim db As Connection
Set db = New Connection
db.CursorLocation = adUseClient
db.Open "PROVIDER=MSDataShape;Data PROVIDER=Microsoft.Jet.OLEDB.3.51;Data
Source=C:\caliber\Accounting.mdb;"
Set adoPrimaryRS = New Recordset
adoPrimaryRS.Open "select * FROM Orders", db, adOpenStatic, adLockOptimistic
............................................................................
........................................................................
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ here it give this error
and crash VB
Microsoft Visual C++ Runtime Library
Runtime Error!
Program D:\blblbla\vb6.exe
R66025
-pure virtual function call
After When i click OK I get next error
VB6.EXE - Application Error
The instruction at "0x69e03041" refernced memory at "0x0a6e2088".The memory
could not be "written".
When I click OK
I get another error
VB6.EXE - Application Error
The instruction at "0x69e14c7e" refernced memory at "0x0a6e205c".The memory
could not be "written".
and after click OK,everything Close.
I also try to unistall all package,like MS said on their site,and reinstall
again but doesn't help.
Anybody can help?My developing of project stoped for 3 days.
thanks a lot