Client build error
#1

Hi, everyone!

I ran into such a problem when building the November client, everything is in order for all libraries and variables, everything is compiled except Engine.

 

The error code is attached below!

Creating library \Bin\Engine.lib and object \Bin\Engine.exp

UIWindowDeclare.obj : error LNK2001: unresolved external symbol "public: __thiscall GuildTaxHistoryUI::GuildTaxHistoryUI(void)" (??0GuildTaxHistoryUI@@QAE@XZ)

SessionState.obj : error LNK2001: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::ResetTakeInfo(void)" (?ResetTakeInfo@GuildTaxHistoryUI@@QAEXXZ)

SessionState.obj : error LNK2001: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::AddTakeInfo(int,int,__int64)" (?AddTakeInfo@GuildTaxHistoryUI@@QAEXHH_J@Z)

SessionState.obj : error LNK2001: unresolved external symbol "public: void __thiscall GuildTaxHistoryUI::open(void)" (?open@GuildTaxHistoryUI@@QAEXXZ)

\Bin\Engine.dll : fatal error LNK1120: 4 unresolved externals

#2

You are missing body of these functions:

 GuildTaxHistoryUI::open

etc... search them and remove them

#3

Hmm, in Nov there are files excluded, I would try to clean the Engine project and link everything again...

#4

https://drive.google.com/file/d/1su6XGaV...share_link



Engine\Contents\function\

GuildTaxHistory.cpp

GuildTaxHistory.h



if you truly want them there ya go

#5


20 minutes ago, pwesty said:




https://drive.google.com/file/d/1su6XGaV...share_link



Engine\Contents\function\

GuildTaxHistory.cpp

GuildTaxHistory.h



if you truly want them there ya go




these files come in the source, they are simply excluded from the solution (at least in nov)

#6


On 3/3/2023 at 6:50 PM, nicolasg said:




these files come in the source, they are simply excluded from the solution (at least in nov)




the original source i leaked didn't have these actually, so i guess it just depends on the version but yes, they are marked as excluded or at least should be



Forum Jump:


Users browsing this thread: 1 Guest(s)