vc6.0下如何解决error LNK2001unresolved external symbol "private: static class SoType SoRadSFPath::classTy
编译没有错
但是链接出现了如下错误,不知如何搞定,希望各位高手给与良策。
error LNK2001: unresolved external symbol "private: static class SoType SoRadSFPath::classTypeId" (?classTypeId@SoRadSFPath@@0VSoType@@A)
error LNK2019: unresolved external symbol "public: void __thiscall SoRadSFPath::setValue(class SbString const &)" (?setValue@SoRadSFPath@@QAEXABVSbString@@@Z) referenced in function "protected: virtual void __thiscall SoMyFile::evaluate(void)" (?evaluate@SoMyFile@@MAEXXZ)