Jump to content

thekignngn

Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

thekignngn's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Conversation Starter
  • One Month Later
  • Week One Done
  • Dedicated

Recent Badges

0

Reputation

  1. Hi ! i tried decrypt with zonearchiver and epack32 and same problem can someone help me? ty
  2. Hi , i do that and now i have for this messenger_manager.cpp:49:39: error: no member named 'bind1st' in namespace 'std' 49 | DBManager::instance().FuncQuery(std::bind1st(std::mem_fn(&MessengerManager::LoadTeamList), this), i tried "bind" instead "bind1st" and got this much errors
  3. Hi ! Im tryna add team system on ulthar v2 tmp but when i compile the game src i have this error: messenger_manager.cpp:50:39: error: no member named 'bind1st' in namespace 'std' 50 | DBManager::instance().FuncQuery(std::bind1st(std::mem_fun(&MessengerManager::LoadTeamList), this), | ~~~~~^ messenger_manager.cpp:50:52: error: no member named 'mem_fun' in namespace 'std' 50 | DBManager::instance().FuncQuery(std::bind1st(std::mem_fun(&MessengerManager::LoadTeamList), this), In the tutorial of system its said to find this thing on messenger_manager.cpp "DBManager::instance().FuncQuery(std::bind1st(std::mem_fun(&MessengerManager::LoadList), this)," but i have it like that "DBManager::instance().FuncQuery(std::bind(&MessengerManager::LoadList, this, std::placeholders::_1)," and i think thats the problem.. someone help pls?
×
×
  • 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.