- Joined
- Jun 7, 2007
- Messages
- 0
- Reaction score
- 0
Hey all,
When i compile the dragon source (after fixing everything) I get these errors:
1>FlyFFServer.obj : error LNK2001: unresolved external symbol "public: __thiscall Acceptor::Acceptor(int,class Selector *,class AbstractPlayerFactory *)" (??0Acceptor@@QAE@HPAVSelector@@PAVAbstractPlayerFactory@@@Z)
1>FlyFFServer.obj : error LNK2001: unresolved external symbol "public: __thiscall Selector::Selector(void)" (??0Selector@@QAE@XZ)
1>PacketCreator.obj : error LNK2001: unresolved external symbol "public: void __thiscall PacketHandler::sendPacket(unsigned char *,int)" (?sendPacket@PacketHandler@@QAEXPAEH@Z)
What to do about them?
ThijsD
When i compile the dragon source (after fixing everything) I get these errors:
1>FlyFFServer.obj : error LNK2001: unresolved external symbol "public: __thiscall Acceptor::Acceptor(int,class Selector *,class AbstractPlayerFactory *)" (??0Acceptor@@QAE@HPAVSelector@@PAVAbstractPlayerFactory@@@Z)
1>FlyFFServer.obj : error LNK2001: unresolved external symbol "public: __thiscall Selector::Selector(void)" (??0Selector@@QAE@XZ)
1>PacketCreator.obj : error LNK2001: unresolved external symbol "public: void __thiscall PacketHandler::sendPacket(unsigned char *,int)" (?sendPacket@PacketHandler@@QAEXPAEH@Z)
What to do about them?
ThijsD