Jump to content

xsonic

Inactive Member
  • Posts

    37
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by xsonic

  1. Hello all

     

    today i need to compile client source with VS2013

     

    this is the error 

    Error	8	error LNK2001: unresolved external symbol "void __cdecl initskillpet(void)" (?initskillpet@@YAXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\UserInterface.obj	UserInterface
    Error	11	error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(gf2n.obj)	UserInterface
    Error	12	error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(gf2n.obj)	UserInterface
    Error	6	error LNK2001: unresolved external symbol "public: void __thiscall CPythonSkillPet::Destroy(void)" (?Destroy@CPythonSkillPet@@QAEXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\PythonApplication.obj	UserInterface
    Error	5	error LNK2001: unresolved external symbol "public: virtual __thiscall CPythonSkillPet::~CPythonSkillPet(void)" (??1CPythonSkillPet@@UAE@XZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\PythonApplication.obj	UserInterface
    Error	10	error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(cryptlib.obj)	UserInterface
    Error	9	error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(cryptlib.obj)	UserInterface
    Error	14	error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(integer.obj)	UserInterface
    Error	7	error LNK2001: unresolved external symbol "public: bool __thiscall CPythonSkillPet::RegisterSkillPet(char const *)" (?RegisterSkillPet@CPythonSkillPet@@QAE_NPBD@Z)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\PythonApplication.obj	UserInterface
    Error	4	error LNK2001: unresolved external symbol "public: __thiscall CPythonSkillPet::CPythonSkillPet(void)" (??0CPythonSkillPet@@QAE@XZ)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\PythonApplication.obj	UserInterface
    Error	13	error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\cryptlib-5.6.1MT.lib(integer.obj)	UserInterface
    Error	15	error LNK1120: 11 unresolved externals	D:\World Metin2\Servers\empire\SursaLauncher\UserInterface\Distribute\metin2client.exe	UserInterface

     

    Thank you all 

    :) 

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.