"Pure Virtual Function Call" Problem 
Author Message
 "Pure Virtual Function Call" Problem

I'm working with VB6 with Access 97, and some times I get error: "pure
virtual function call".
Can you help me?.


Sun, 19 Oct 2003 04:57:26 GMT  
 "Pure Virtual Function Call" Problem
I assume you are working in VC++/C++. A pure virtual function is a function
that is defined as ' = 0'. This is a function that must be overridden and
cannot be called. In fact, you cannot instantiate an object from a class
that has a pure virtual function.

--
regards,
ed  MCP-Visual Basic

Experience is what you get when you
don't get what you wanted.


Quote:
> I'm working with VB6 with Access 97, and some times I get error: "pure
> virtual function call".
> Can you help me?.



Sun, 19 Oct 2003 13:29:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. "Pure Virtual Function called"

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

3. Outlook 2003 R6025 error - pure virtual function call

4. Pure virtual function call

5. Visual Basic virtual pure function call

6. R6025 - Pure virtual function call

7. R6025 pure virtual function call

8. R6025 pure virtual function call

9. Runtime Error - R6025 - pure virtual function call

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

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

12. "Pure Virtual Function Error" ???

 

 
Powered by phpBB® Forum Software