SendARP程序时遇到的错误
编写SendARP程序时遇到的错误 请大家帮忙
main.obj : error LNK2001: unresolved external symbol "public: __thiscall SendPacket::SendPacket(void)" (??0SendPacket@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall SendPacket::~SendPacket(void)" (??1SendPacket@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: int __thiscall SendPacket::SendARP(char *)" (?SendARP@SendPacket@@QAEHPAD@Z)
main.obj : error LNK2001: unresolved external symbol "public: int __thiscall SendPacket::GetAdapterList(void)" (?GetAdapterList@SendPacket@@QAEHXZ)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/main.exe : fatal error LNK1120: 5 unresolved externals
执行 link.exe 时出错.
请那位高手指点一下
附上原程序代码