Client compilen error
#1

how can i fix this.

 

1>SessionState.obj : error LNK2019: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::open(void)" (?open@GuildTaxHistoryUI@@QAEXXZ) referenced in function __catch$?ReceiveGuildMessage@CSessionState@@QAEXPAVCNetworkMessage@@@Z$0

1>SessionState.obj : error LNK2019: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::AddTakeInfo(int,int,__int64)" (?AddTakeInfo@GuildTaxHistoryUI@@QAEXHH_J@Z) referenced in function __catch$?ReceiveGuildMessage@CSessionState@@QAEXPAVCNetworkMessage@@@Z$0



1>SessionState.obj : error LNK2019: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::ResetTakeInfo(void)" (?ResetTakeInfo@GuildTaxHistoryUI@@QAEXXZ) referenced in function __catch$?ReceiveGuildMessage@CSessionState@@QAEXPAVCNetworkMessage@@@Z$0

#2

What source you are using ?

#3

The by pwesty from these forum

#4

The problem simply means that you have the declaration of that function, but not the definition. 

 

public: void __thiscall GuildTaxHistoryUI::open(void)

 

Don't have the source under eyes atm, but do you have make some mess with the GuildTaxHistoryUI? 

#5

I hope I understood you correctly.

You mean I need to change the file?

I have not touched the file to this day only checked if it is present

Best regards,

#6


1 hour ago, Matt Hias said:




I hope I understood you correctly.



You mean I need to change the file?



I have not touched the file to this day only checked if it is present



Best regards,




You have to define the function correctly. Not changing the Files. 

#7

@joker Yes, but where exactly.

I'm not quite behind it yet.

Greetings

#8

?open@GuildTaxHistoryUI@@QAEXXZ

for me, it looks like you compared a June to Nov source and failed. 

Maybe try

GuildTaxHistory.h

    void AddTakeInfo(int nMonth, int nDay, LONGLONG llMoney);
    void ResetTakeInfo();

 

SessionState.h

void ReceiveGuildMessage(CNetworkMessage *istr);

 

#9

Both entries already exist.

#10

Clean source, or did you copy stuff from june to nov/nov to june as joker said?



Forum Jump:


Users browsing this thread: 1 Guest(s)