
"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?.