c++ 无法解析的外部符号 1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall
shape和polygon是两个抽象类,area、perimeter、volume是他们中的虚函数没有用到别的什么库1>p.obj:errorLNK2001:无法解析的外...
shape 和 polygon是两个抽象类,area、perimeter、volume是他们中的虚函数
没有用到别的什么库
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::area(void)" (?area@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::perimeter(void)" (?perimeter@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::volume(void)" (?volume@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::area(void)" (?area@Polygon@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::perimeter(void)" (?perimeter@Polygon@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::volume(void)" (?volume@Polygon@@UAEXXZ)
1>I:\p\Debug\p.exe : fatal error LNK1120: 6 个无法解析的外部命令
1>生成日志保存在“file://i:\p\p\Debug\BuildLog.htm” 展开
没有用到别的什么库
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::area(void)" (?area@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::perimeter(void)" (?perimeter@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Shape::volume(void)" (?volume@Shape@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::area(void)" (?area@Polygon@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::perimeter(void)" (?perimeter@Polygon@@UAEXXZ)
1>p.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall Polygon::volume(void)" (?volume@Polygon@@UAEXXZ)
1>I:\p\Debug\p.exe : fatal error LNK1120: 6 个无法解析的外部命令
1>生成日志保存在“file://i:\p\p\Debug\BuildLog.htm” 展开
展开全部
caboutdlg里面用ontimer函数?按照这个错误看应该是你在caboutdlg里面定义了ontimer函数,而没有在这个类里面实现,你是不是本意是要在主对话框类里面实现ontimer函数的,比如是在cxxxdlg类中实现ontimer函数,却错误的将函数定义添加到caboutdlg里面了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询