Jump to content

DiabloxPL

Inactive Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DiabloxPL

  1. On 28.07.2014 at 0:47 PM, Kroneees said:

    SyncPosition: Too often SyncPosition Interval

     

    Test fix it.

     

    game => input_main.cpp

     

    search all string.

    
    LogManager::instance().HackLog( "SYNC_POSITION_HACK", ch );

    example

     

    
    {
    LogManager::instance().HackLog( "SYNC_POSITION_HACK", ch );
    
    sys_err( "Too often SyncPosition Interval(%ldms)(%s) from Name(%s) VICTIM(%d,%d) SYNC(%d,%d)",
    tvDiff->tv_sec * 1000 + tvDiff->tv_usec / 1000, victim->GetName(), ch->GetName(), victim->GetX(), victim->GetY(),
    e->lX, e->lY );
    
    ch->GetDesc()->SetPhase(PHASE_CLOSE);
    
    return -1;
    }

    and edit.

    
    ch->GetDesc()->SetPhase(PHASE_CLOSE);
    
    return -1;

    to

    
    //ch->GetDesc()->SetPhase(PHASE_CLOSE);
    
    //return -1;

     

    Fix tested and working ! ;)

  2. m, I have a problem while I added global of cottages to the server.

    That is I have such problem;
    - On ordinary for cottage I have \ "Level | kingdom | nickname\"
    - On global for cottage I have \ "level | kingdom | nickname\"
    And I would like if only around ordinary chatu it stayed removed.

    So I don't know a lot about C++ I prefer with it myself not to entertain, apart from that after my attempts didn't leave.

    I will give the limit for 2 days in exchange for the help!

    I ask somebody let for me with it will help, through gg or through the forum (even if in the subject).

    I took cottages from this subject:

     

    Spoiler

     

    -EDIT-

     

    (this polish forum, no help...)

     

    Problem:

     https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif 

    please edit code for delete "level" and "empire" on the normal chat.


    I apologise for English but I am using the translator.

  3. Hello.

    I have a problem compilation...

    I use Visual Studio 2013 !

    UserInterface log:

    1>------ Build started: Project: UserInterface, Configuration: Distribute Win32 ------


    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): warning MSB8012: TargetPath(E:\kraizy\mainline_released\mainline_sg\Srcs\Client\UserInterface\../bin\UserInterface.exe) does not match the Linker's OutputFile property value (E:\kraizy\mainline_released\mainline_sg\Srcs\Client\UserInterface\Distribute\metin2client.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1195,5): warning MSB8012: TargetName(UserInterface) does not match the Linker's OutputFile property value (metin2client). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    1>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
    1>  cryptlib-5.6.1MT.lib(cryptlib.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>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
    1>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
    1>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
    1>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
    1>cryptlib-5.6.1MT.lib(integer.obj) : 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)
    1>cryptlib-5.6.1MT.lib(integer.obj) : 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)
    1>Distribute/metin2client.exe : fatal error LNK1120: 6 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

     

     

    Other build log:

     ========== Build: 0 succeeded, 0 failed, 15 up-to-date, 0 skipped ==========

     

     

    Sorry for English

×
×
  • 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.