(Solved) Client_Patcher error

Added by ChrisNewman almost 5 years ago

Nel,Server and client compiles fine except the Client_Patcher project.

Here is the error.

1>Linking...
1> Creating library bin\client_patcher_r.lib and object bin\client_patcher_r.exp
1>client_cfg.obj : error LNK2001: unresolved external symbol "class CRyzomTime RT" (?RT@3VCRyzomTime@A)
1>client_cfg.obj : error LNK2019: unresolved external symbol "public: void __thiscall CView::cameraDistance(float)" (?cameraDistance@CView@QAEXM@Z) referenced in function "public: static void __cdecl CClientConfig::setValues(void)" (?setValues@CClientConfig@SAXXZ)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class CView View" (?View@3VCView@A)
1>client_cfg.obj : error LNK2019: unresolved external symbol "public: void __thiscall CUserEntity::updateVisualDisplay(void)" (?updateVisualDisplay@CUserEntity@QAEXXZ) referenced in function "public: static void __cdecl CClientConfig::setValues(void)" (?setValues@CClientConfig@SAXXZ)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class CUserEntity * UserEntity" (?UserEntity@3PAVCUserEntity@A)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class NL3D::UDriver * Driver" (?Driver@3PAVUDriver@NL3D@A)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class NL3D::UScene * Scene" (?Scene@3PAVUScene@NL3D@A)
1>client_cfg.obj : error LNK2019: unresolved external symbol "void __cdecl initContextualCursor(void)" (?initContextualCursor@YAXXZ) referenced in function "public: static void __cdecl CClientConfig::setValues(void)" (?setValues@CClientConfig@SAXXZ)
1>client_cfg.obj : error LNK2001: unresolved external symbol "bool VerboseAnimSelection" (?VerboseAnimSelection@3_NA)
1>client_cfg.obj : error LNK2001: unresolved external symbol "bool VerboseAnimUser" (?VerboseAnimUser
@3_NA)
1>client_cfg.obj : error LNK2001: unresolved external symbol "bool VerboseVP" (?VerboseVP@3_NA)
1>client_cfg.obj : error LNK2019: unresolved external symbol "class NLMISC::CRGBA __cdecl stringToRGBA(char const *)" (?stringToRGBA
@YA?AVCRGBA@NLMISC@PBD@Z) referenced in function "public: static void __cdecl CClientConfig::setValues(void)" (?setValues@CClientConfig@SAXXZ)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > FSAddr" (?FSAddr@3V?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@A)
1>client_cfg.obj : error LNK2001: unresolved external symbol "class stlpx_std::basic_string<char,class stlpx_std::char_traits<char>,class stlpx_std::allocator<char> > Cookie" (?Cookie@3V?$basic_string@DV?$char_traits@D@stlpx_std@V?$allocator@D@2@stlpx_std@A)
1>client_cfg.obj : error LNK2019: unresolved external symbol "public: void __thiscall CUserEntity::setR2CharMode(struct R2::TCharMode)" (?setR2CharMode@CUserEntity@QAEXUTCharMode@R2@Z) referenced in function "public: void __thiscall CUserEntity::flushR2CharMode(void)" (?flushR2CharMode@CUserEntity@QAEXXZ)
1>bin\client_patcher_r.exe : fatal error LNK1120: 15 unresolved externals

Any ideas?


Replies (2)

RE: (Solved) Client_Patcher error - Added by ChrisNewman almost 5 years ago

kervala fixed and updated the repository.

Thanks again for the help.

-Chris

RE: (Solved) Client_Patcher error - Added by kervala almost 5 years ago

You're welcome :)

(1-2/2)