Compiler Error 322

Object of abstract class type is not allowed.

Most likely is indicating that the object you are creating has virtual functions which have not yet been implemented. Make sure all purely virtual functions defined in this or parent classes have an implementation.


All wikipages