I have read the VC help file for the reason for this error and also googled the error and still have not found any helpful understanding for this newbie in order to correct this issue.
My programming was working fine until I started serializing the data. The following error message is what i am receiving and was hoping maybe someone can point me in a direction for looking for the problem:
Basically I have 6 classes that I have added a serialize function member, and i am receiving an error message for each.
[source]
Elements.obj : error LNK2001: unresolved external symbol "public: virtual struct CRuntimeClass * __thiscall CCurve::GetRuntimeClass(void)const " (?GetRuntimeClass@CCurve@@UBEPAUCRuntimeClass@@XZ)
[/source]
Thanks in advance
My programming was working fine until I started serializing the data. The following error message is what i am receiving and was hoping maybe someone can point me in a direction for looking for the problem:
Basically I have 6 classes that I have added a serialize function member, and i am receiving an error message for each.
[source]
Elements.obj : error LNK2001: unresolved external symbol "public: virtual struct CRuntimeClass * __thiscall CCurve::GetRuntimeClass(void)const " (?GetRuntimeClass@CCurve@@UBEPAUCRuntimeClass@@XZ)
[/source]
Thanks in advance