http://msdn.microsoft.com/library/devprods/vs6/visualc/vccore/r6025.htm

C Run-Time Error R6025
pure virtual function call

No object has been instantiated to handle the pure virtual function call.

This error is caused by calling a virtual function in an abstract base class

through a pointer which is created by a cast to the type of the derived
class, 
but is actually a pointer to the base class. This can occur when casting
from 
a void* to a pointer to a class when the void* was created during the 
construction of the base class.

Joe Hoffman mailto:[EMAIL PROTECTED]
National Institutes of Health 
Center for Information Technology 
Division of Computer System Services

-----Original Message-----
From: Bert Dawson [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 24, 2000 7:15 AM
To: '[EMAIL PROTECTED]'
Subject: Visual C++ runtime error in cfserver.exe


The following message ocasionally appears on our CF server:

Microsoft Visual C++ Runtime Library
Runtime error!
Program: C:\CFUSION\bin\cfserver.exe
R6025
- pure virtual function call

Any ideas what might cause this?

(CF 4.5.0.0, Professional, NT 4.0 SP5)

Bert
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to