首页上一页 1 下一页尾页 2 条记录 1/1页
书中例题编译错误
发表在C语言图书答疑
2016-03-27
是否精华
是
否
版块置顶:
是
否
《入门到精通》第七章习题 编译后出现如下错误:
ListBoxDlg.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CListBoxDlg::OnSelchangeList1(void)" (?OnSelchangeList1@CListBoxDlg@@IAEXXZ)
Debug/ListBox.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
请问是什么原因?
ListBoxDlg.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CListBoxDlg::OnSelchangeList1(void)" (?OnSelchangeList1@CListBoxDlg@@IAEXXZ)
Debug/ListBox.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
请问是什么原因?