Jump to content

DirT2Games

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DirT2Games

  1. Hello, community!

    I have some doubts about instabilities and improvements.

    What is the difference between Visual Studio 2013 and 2019? In terms of instabilities and improvements?

    What's the difference in compiling the source on FreeBSD 9.2 for FreeBSD 11.2?

    Lastly, I'm having some lag on closed maps. Example: Maps War, is giving delay of 3s. What can I do to improve this?

  2. Hello community,

    Well, I'm trying to build my first game, but I have a little trouble, took care of various problems, more for now I came across a new I can not solve. I have looked here on various topics did not get more results. I hope poçam help me!

     

    Error when compiling the game:

     compile HackShield_Impl.cpp
    In file included from ../../../../extern/include/boost/tuple/tuple.hpp:33:0,
                     from ../../../../extern/include/boost/unordered/detail/allocate.hpp:27,
                     from ../../../../extern/include/boost/unordered/detail/buckets.hpp:15,
                     from ../../../../extern/include/boost/unordered/detail/table.hpp:10,
                     from ../../../../extern/include/boost/unordered/detail/equivalent.hpp:14,
                     from ../../../../extern/include/boost/unordered/unordered_map.hpp:17,
                     from ../../../../extern/include/boost/unordered_map.hpp:16,
                     from HackShield_Impl.h:5,
                     from HackShield_Impl.cpp:3:
    ../../../../extern/include/boost/tuple/detail/tuple_basic.hpp: In function 'typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)':
    ../../../../extern/include/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef 'cons_element' locally defined but not used [-Wunused-local-typedefs]
       typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
                                                 ^
    HackShield_Impl.cpp: In member function 'bool CHackShieldImpl::SendCheckPacket(LPCHARACTER)':
    HackShield_Impl.cpp:94:17: error: 'HEADER_GC_HS_REQUEST' was not declared in this scope
      pack.bHeader = HEADER_GC_HS_REQUEST;
                     ^
    HackShield_Impl.cpp: In member function 'bool CHackShieldImpl::VerifyAck(LPCHARACTER, TPacketGCHSCheck*)':
    HackShield_Impl.cpp:149:7: error: 'class CHARACTER' has no member named 'StopHackShieldCheckCycle'
       ch->StopHackShieldCheckCycle();
           ^
    HackShield_Impl.cpp:157:27: error: 'class LogManager' has no member named 'HackShieldLog'
        LogManager::instance().HackShieldLog(dwError, ch);
                               ^
    HackShield_Impl.cpp:162:8: error: 'class CHARACTER' has no member named 'SetHackShieldCheckMode'
        ch->SetHackShieldCheckMode(false);
            ^
    Makefile:121: recipe for target 'OBJDIR/HackShield_Impl.o' failed
    gmake: *** [OBJDIR/HackShield_Impl.o] Error 1

     

    Thank you in advance for your help.

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