With the new CVS i am getting 83 errors when it is linking. It is clearly all due to the new quest system and i dont know how to fix it. some of the errors are
Code:
Linking...
client.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Client::DBAWComplete(unsigned char,class DBAsyncWork *)" (?DBAWComplete@Client@@UAEXEPAVDBAsyncWork@@@Z)
client.obj : error LNK2001: unresolved external symbol "public: void __thiscall ClientLogs::unsubscribeAll(class Client *)" (?unsubscribeAll@ClientLogs@@QAEXPAVClient@@@Z)
command.obj : error LNK2001: unresolved external symbol "public: void __thiscall ClientLogs::unsubscribeAll(class Client *)" (?unsubscribeAll@ClientLogs@@QAEXPAVClient@@@Z)
client.obj : error LNK2001: unresolved external symbol "class ClientLogs client_logs" (?client_logs@@3VClientLogs@@A)
command.obj : error LNK2001: unresolved external symbol "class ClientLogs client_logs" (?client_logs@@3VClientLogs@@A)
zone.obj : error LNK2001: unresolved external symbol "class ClientLogs client_logs" (?client_logs@@3VClientLogs@@A)