Obscure compile/link errors on the Mac

Obscure compile/link errors on the Mac

Xcodd 2.4.1:

Error:
Undefined symbols:
vtable ClassName
Solution:
Make sure you have implemented all members of your class.  I had forgotten to implement my destructor

Leave a Reply