R6025 pure virtual function call 
Author Message
 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



Mon, 23 Apr 2001 03:00:00 GMT  
 R6025 pure virtual function call


Fri, 19 Jun 1992 00:00:00 GMT  
 R6025 pure virtual function call
Hi,
I can use the ADODC and bind the Picture box to the BLOB column for
displaying any picture.
But I do not know how to save large pictures because Recordset.update
corrupts the BLOB field - the result has always 32768 Bytes instead of
200kB.

Thanks for any help!

Vlado Jacko



Tue, 24 Apr 2001 03:00:00 GMT  
 R6025 pure virtual function call
Due to the Maxint restriant of 16bit processors you have to break the
picture up and store it in chunks.  Look up the getchunk methods and it will
show you how to do this.  I don't think the bound controls are smart enough
to break it up automatically if the picture size exceeds Maxint. so for any
picture objects you need to write code for it.  Before you do that you may
want to try a 3rd party adodc like the one from ISASoft
http://www.isgsoft.com/products/ISGData/


Quote:
>Hi,
>I can use the ADODC and bind the Picture box to the BLOB column for
>displaying any picture.
>But I do not know how to save large pictures because Recordset.update
>corrupts the BLOB field - the result has always 32768 Bytes instead of
>200kB.

>Thanks for any help!

>Vlado Jacko




Mon, 07 May 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. R6025 - Pure virtual function call

2. R6025 pure virtual function call

3. Runtime Error - R6025 - pure virtual function call

4. Anyone seen R6025 error: Visual C++ pure virtual function call

5. Outlook 2003 R6025 error - pure virtual function call

6. Error r6025 Pure virtual function call. with data envionment

7. Posible bug in VB6.0, Error r6025 Pure virtual function call. with data envionment

8. Pure virtual function call

9. Visual Basic virtual pure function call

10. "Pure Virtual Function called"

11. "Pure Virtual Function Call" Problem

12. "PURE VIRTUAL FUNCTION CALL" C++ ERROR in VB 6.0 ?!!

 

 
Powered by phpBB® Forum Software