Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1.  
  2. root@:/usr/home/styles_server/Srcs/Server/game/src # gmake
  3. compiling BattleArena.cpp
  4. compiling MarkConvert.cpp
  5. compiling MarkImage.cpp
  6. compiling MarkManager.cpp
  7. compiling OXEvent.cpp
  8. OXEvent.cpp: In member function 'bool COXEventManager::ShowQuizList(LPCHARACTER)':
  9. OXEvent.cpp:158:136: error: too few arguments to function 'const char* LC_TEXT(const char*, LPCHARACTER)'
  10. pkChar->ChatPacket(CHAT_TYPE_INFO, "%d %s %s", m_vec_quiz[i][j].level, m_vec_quiz[i][j].Quiz, m_vec_quiz[i][j].answer ? LC_TEXT("▒▒") : LC_TEXT("▒▒▒▒"));
  11. ^
  12. In file included from stdafx.h:42:0,
  13. from OXEvent.cpp:1:
  14. locale.hpp:16:14: note: declared here
  15. const char *LC_TEXT(const char *string, LPCHARACTER ch);
  16. ^
  17. OXEvent.cpp:158:154: error: too few arguments to function 'const char* LC_TEXT(const char*, LPCHARACTER)'
  18. pkChar->ChatPacket(CHAT_TYPE_INFO, "%d %s %s", m_vec_quiz[i][j].level, m_vec_quiz[i][j].Quiz, m_vec_quiz[i][j].answer ? LC_TEXT("▒▒") : LC_TEXT("▒▒▒▒"));
  19. ^
  20. In file included from stdafx.h:42:0,
  21. from OXEvent.cpp:1:
  22. locale.hpp:16:14: note: declared here
  23. const char *LC_TEXT(const char *string, LPCHARACTER ch);
  24. ^
  25. OXEvent.cpp:162:61: error: too few arguments to function 'const char* LC_TEXT(const char*, LPCHARACTER)'
  26. pkChar->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("▒▒ ▒▒▒▒ ▒▒: %d"), c);
  27. ^
  28. In file included from stdafx.h:42:0,
  29. from OXEvent.cpp:1:
  30. locale.hpp:16:14: note: declared here
  31. const char *LC_TEXT(const char *string, LPCHARACTER ch);
  32. ^
  33. OXEvent.cpp: In member function 'bool COXEventManager::CheckAnswer(bool)':
  34. OXEvent.cpp:338:61: error: too few arguments to function 'const char* LC_TEXT(const char*, LPCHARACTER)'
  35. pkChar->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("▒▒▒▒Դϴ▒!"));
  36. ^
  37. In file included from stdafx.h:42:0,
  38. from OXEvent.cpp:1:
  39. locale.hpp:16:14: note: declared here
  40. const char *LC_TEXT(const char *string, LPCHARACTER ch);
  41. ^
  42. gmake: *** [Makefile:198: .obj/OXEvent.o] Error 1
  43. root@:/usr/home/styles_server/Srcs/Server/game/src #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement