messages similar to these:
ld: 0711-317 ERROR: Undefined symbol: __vft9TSomeType12MCollectible
ld: 0711-317 ERROR: Undefined symbol: __vft9TSomeType12TSomeBaseType
Link errors like these usually indicate that you forgot to implement in your source file, a member function that you declared in your header file.