老师,这个错误怎么解决?
1>Debug\Shape.obj : warning LNK4042: 对象被多次指定;已忽略多余的指定
1>Circle.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall Shape::~Shape(void)" (??1Shape@@QAE@XZ),该符号在函数 __unwindfunclet$??0Circle@@QAE@N@Z$0 中被引用
1>main.obj : error LNK2001: 无法解析的外部符号 "public: __thiscall Shape::~Shape(void)" (??1Shape@@QAE@XZ)
1>Reat.obj : error LNK2001: 无法解析的外部符号 "public: __thiscall Shape::~Shape(void)" (??1Shape@@QAE@XZ)
1>Circle.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall Shape::Shape(void)" (??0Shape@@QAE@XZ),该符号在函数 "public: __thiscall Circle::Circle(double)" (??0Circle@@QAE@N@Z) 中被引用
1>Reat.obj : error LNK2001: 无法解析的外部符号 "public: __thiscall Shape::Shape(void)" (??0Shape@@QAE@XZ)
1>main.obj : error LNK2019: 无法解析的外部符号 "public: double __thiscall Shape::calArea(void)" (?calArea@Shape@@QAENXZ),该符号在函数 _main 中被引用
1>D:\VS\calculate\Debug\calculate.exe : fatal error LNK1120: 3 个无法解析的外部命令