I'm having a strange problem getting virtual functions to work... I get an "unresolved external symbol" error.
The virtual function is declaired and defined in the parent, and in one of the children it is overwritten.
If I simply move the overwritten function definition of the child into its header, I get no compilation problems.
I'm using Visual Studio 2003.
Any ideas?
The virtual function is declaired and defined in the parent, and in one of the children it is overwritten.
If I simply move the overwritten function definition of the child into its header, I get no compilation problems.
I'm using Visual Studio 2003.
Any ideas?