Problem with virtaul fonctions

hi
I got this error when i try to heritate from a class that use virtual fonctions:
....
because the following virtual functions are pure within ‘NetDevice’
....

how can i solve that ?
You need to include more than this.

Actual compilation error plus some code samples would be nice.

Otherwise, it's a bit difficult to solve.
If you inherit from a class that has pure virtual functions you have to override the pure virtual functions before you can create instances of the class.
Topic archived. No new replies allowed.