I have this problem when compiling the client source, managed to fix all others but no idea what this one means, can someone shed some light ?
CSS: Output
- Build started...
- 1>------ Build started: Project: UserInterface, Configuration: Distribute Win32 ------
- 1>UserInterface.cpp
- 1>discord_rpc_r.lib(discord_rpc.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
- 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
- 1>InstanceBase.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CItemData::GetItemScale(unsigned long,float &,float &,float &,float &,float &,float &)" (?GetItemScale@CItemData@@QAE_NKAAM00000@Z)
- 1>PythonApplication.obj : error LNK2001: unresolved external symbol "public: __thiscall CPythonAcce::CPythonAcce(void)" (??0CPythonAcce@@QAE@XZ)
- 1>PythonApplication.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CPythonAcce::~CPythonAcce(void)" (??1CPythonAcce@@UAE@XZ)
- 1>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPythonAcce::Clear(void)" (?Clear@CPythonAcce@@QAEXXZ)
- 1>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPythonAcce::AddMaterial(unsigned long,unsigned char,struct SItemPos)" (?AddMaterial@CPythonAcce@@QAEXKEUSItemPos@@@Z)
- 1>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPythonAcce::AddResult(unsigned long,unsigned long,unsigned long)" (?AddResult@CPythonAcce@@QAEXKKK@Z)
- 1>PythonNetworkStreamPhaseGame.obj : error LNK2001: unresolved external symbol "public: void __thiscall CPythonAcce::RemoveMaterial(unsigned long,unsigned char)" (?RemoveMaterial@CPythonAcce@@QAEXKE@Z)
- 1>UserInterface.obj : error LNK2001: unresolved external symbol "void __cdecl initAcce(void)" (?initAcce@@YAXXZ)
- 1>gamelib.lib(ItemManager.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CItemData::SetItemScale(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SetItemScale@CItemData@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0000000@Z)
- 1>..\..\M2Output\DistributeMetin2ProjectClientFiles.exe : fatal error LNK1120: 9 unresolved externals
- 1>Done building project "UserInterface_VC90.vcxproj" -- FAILED.
- ========== Build: 0 succeeded, 1 failed, 15 up-to-date, 0 skipped ==========