- Joined
- May 13, 2011
- Messages
- 1,463
- Reaction score
- 155
Hello Ragezoner's
I have followed this tutorial http://forum.ragezone.com/f457/release-arena-score-1-2-a-841263/
But on recompiling it i noticed some errors.
These are the errors i recieved
How could i made so that it is an member of the CArenaScore.
Any help would be appreciated.
With kind regards,
EDIT:
I have solved those problems above.
But now i am getting this.
I have followed this tutorial http://forum.ragezone.com/f457/release-arena-score-1-2-a-841263/
But on recompiling it i noticed some errors.
These are the errors i recieved
\_Interface\FuncTextCmd.cpp(5178): error C2039: 'KickOut' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(428): error C2039: 'IsArenaUser' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(6327): error C2039: 'm_vecUserInfo' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(6369): error C2039: 'NewUser' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(428): error C2039: 'IsArenaUser' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(6327): error C2039: 'm_vecUserInfo' : is not a member of 'CArenaScore'
WORLDSERVER\User.cpp(6369): error C2039: 'NewUser' : is not a member of 'CArenaScore'
How could i made so that it is an member of the CArenaScore.
Any help would be appreciated.
With kind regards,
EDIT:
I have solved those problems above.
But now i am getting this.
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore:
rocess(void)" (?Process@CArenaScore@@QAEXXZ) referenced in function "public: void __thiscall CRunObject::Run(void)" (?Run@CRunObject@@QAEXXZ)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::ArenaOnExit(class CUser *,int)" (?ArenaOnExit@CArenaScore@@QAEXPAVCUser@@H@Z) referenced in function "public: void __thiscall CUserMng::KickOutArena(void)" (?KickOutArena@CUserMng@@QAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::NewUser(class CUser *)" (?NewUser@CArenaScore@@QAEXPAVCUser@@@Z) referenced in function "public: void __thiscall CUserMng::GetArenaUsers(void)" (?GetArenaUsers@CUserMng@@QAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::ArenaOnJoin(class CUser *)" (?ArenaOnJoin@CArenaScore@@QAEXPAVCUser@@@Z) referenced in function "public: virtual void __thiscall CUser:
rocess(void)" (?Process@CUser@@UAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: bool __thiscall CArenaScore::IsArenaUser(class CUser *)" (?IsArenaUser@CArenaScore@@QAE_NPAVCUser@@@Z) referenced in function "public: virtual void __thiscall CUser:
rocess(void)" (?Process@CUser@@UAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::KickOut(void)" (?KickOut@CArenaScore@@QAEXXZ) referenced in function "int __cdecl TextCmd_ArenaAllout(class CScanner &)" (?TextCmd_ArenaAllout@@YAHAAVCScanner@@@Z)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2001: unresolved external symbol "class CArenaScore g_ArenaScore" (?g_ArenaScore@@3VCArenaScore@@A)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::ArenaOnExit(class CUser *,int)" (?ArenaOnExit@CArenaScore@@QAEXPAVCUser@@H@Z) referenced in function "public: void __thiscall CUserMng::KickOutArena(void)" (?KickOutArena@CUserMng@@QAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::NewUser(class CUser *)" (?NewUser@CArenaScore@@QAEXPAVCUser@@@Z) referenced in function "public: void __thiscall CUserMng::GetArenaUsers(void)" (?GetArenaUsers@CUserMng@@QAEXXZ)
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::ArenaOnJoin(class CUser *)" (?ArenaOnJoin@CArenaScore@@QAEXPAVCUser@@@Z) referenced in function "public: virtual void __thiscall CUser:
WorldServer error LNK2019: unresolved external symbol "public: bool __thiscall CArenaScore::IsArenaUser(class CUser *)" (?IsArenaUser@CArenaScore@@QAE_NPAVCUser@@@Z) referenced in function "public: virtual void __thiscall CUser:
WorldServer error LNK2019: unresolved external symbol "public: void __thiscall CArenaScore::KickOut(void)" (?KickOut@CArenaScore@@QAEXXZ) referenced in function "int __cdecl TextCmd_ArenaAllout(class CScanner &)" (?TextCmd_ArenaAllout@@YAHAAVCScanner@@@Z)
Last edited:

