Mount System Errors Mover

07/05/2017 00:28 TheP10021#1
Why i get these errors ?

Code:
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12522) : error C2039: 'MountMotion' : is not a member of 'CMover'
        ..\_Common\Mover.h(488) : see declaration of 'CMover'
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12524) : error C2065: 'm_pMountModel' : undeclared identifier
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12524) : error C2227: left of '->m_pBone' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12524) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12527) : error C2065: 'm_dwMountItemID' : undeclared identifier
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12530) : error C2227: left of '->m_pMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12530) : error C2227: left of '->m_szName' must point to class/struct/union
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12530) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12530) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12530) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12532) : error C2227: left of '->IsEndFrame' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12532) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12533) : error C2065: 'g_DPlay' : undeclared identifier
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12533) : error C2228: left of '.SendUpdateMount' must have class/struct/union type
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12537) : error C2065: 'm_pActMover' : undeclared identifier
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12537) : error C2227: left of '->GetState' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12538) : error C2227: left of '->m_vDelta' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12539) : error C2227: left of '->m_pMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12539) : error C2227: left of '->m_szName' must point to class/struct/union
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12539) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12540) : error C2227: left of '->m_pMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12540) : error C2227: left of '->m_szName' must point to class/struct/union
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12540) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12541) : error C2227: left of '->m_pMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12541) : error C2227: left of '->m_szName' must point to class/struct/union
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12541) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12542) : error C2227: left of '->m_pMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12542) : error C2227: left of '->m_szName' must point to class/struct/union
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12542) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12543) : error C2227: left of '->IsEndFrame' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12536) : error C3861: 'IsFly': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12538) : error C3861: 'm_pActMover': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12539) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12539) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12540) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12540) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12541) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12541) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12542) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12542) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12543) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12547) : error C2065: 'm_eMountState' : undeclared identifier
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12549) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12549) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12551) : error C2227: left of '->LoadMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12551) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12552) : error C2227: left of '->SetMotionBlending' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12552) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12553) : error C2227: left of '->SetLoop' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12553) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12554) : error C3861: 'm_eMountState': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12559) : error C3861: 'm_eMountState': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12561) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12561) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12563) : error C2227: left of '->LoadMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12563) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12564) : error C2227: left of '->SetMotionBlending' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12564) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12565) : error C2227: left of '->SetLoop' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12565) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12566) : error C3861: 'm_eMountState': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12571) : error C3861: 'm_eMountState': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12573) : error C2227: left of '->GetMotionFileName' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12573) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12575) : error C2227: left of '->LoadMotion' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12575) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12576) : error C2227: left of '->SetMotionBlending' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12576) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12577) : error C2227: left of '->SetLoop' must point to class/struct/union
        type is ''unknown-type''
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12577) : error C3861: 'm_pMountModel': identifier not found, even with argument-dependent lookup
\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.cpp(12578) : error C3861: 'm_eMountState': identifier not found, even with argument-dependent lookup
I already define all in mover.h

[Only registered and activated users can see links. Click Here To Register...]
07/05/2017 06:40 elitemember21#2
My friend, the problem is not only from Mover.h. Try comparing the each sources. You are adding the code incorrectly.
07/06/2017 20:17 TheP10021#3
Fixed the mover.cpp errors but now i get mover.h errorsw

Code:
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(976) : error C2143: syntax error : missing '}' before 'constant'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(976) : error C2059: syntax error : 'constant'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(980) : error C2143: syntax error : missing ';' before '}'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(980) : error C2238: unexpected token(s) preceding ';'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(982) : error C2146: syntax error : missing ';' before identifier 'm_eMountState'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(982) : error C2501: 'MountState' : missing storage-class or type specifiers
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(982) : error C2501: 'm_eMountState' : missing storage-class or type specifiers
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(992) : error C2059: syntax error : 'private'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(995) : error C2059: syntax error : 'public'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1006) : error C2059: syntax error : 'protected'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1019) : error C2059: syntax error : 'public'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1020) : error C2065: 'm_pObjActive' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1029) : error C2575: 'SetIndex' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1030) : error C2575: 'Read' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1031) : error C2575: 'Process' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1032) : error C2575: 'Serialize' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1033) : error C2575: 'LoadModel' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1034) : error C2575: 'InitProp' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1036) : error C2575: 'SendDamage' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1036) : error C2065: 'm_pActMover' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1036) : error C2227: left of '->SendDamage' must point to class/struct/union
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1037) : error C2575: 'SendDamageForce' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1037) : error C2227: left of '->SendDamageForce' must point to class/struct/union
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1037) : error C3861: 'm_pActMover': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1058) : error C2673: 'IsActiveMover' : global functions do not have 'this' pointers
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1058) : error C3861: 'm_pObjActive': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1061) : error C2065: 'm_idparty' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1063) : error C2065: 'm_dwMode' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1064) : error C3861: 'm_dwMode': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1077) : error C2065: 'm_bPlayer' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1078) : error C3861: 'm_bPlayer': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1080) : error C2065: 'm_dwTypeFlag' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1082) : error C2065: 'm_dwIndex' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1085) : error C2065: 'm_idDest' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1086) : error C3861: 'm_idDest': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1087) : error C2664: 'SetDestObj' : cannot convert parameter 1 from 'DWORD' to 'CCtrl *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1088) : error C2065: 'm_vDestPos' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1092) : error C3861: 'm_idDest': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1092) : error C2065: 'm_fArrivalRange' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1093) : error C3861: 'm_vDestPos': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1095) : error C3861: 'SendActMsg': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1097) : error C3861: 'm_idDest': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1098) : error C2228: left of '.x' must have class/struct/union type
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1098) : error C2228: left of '.z' must have class/struct/union type
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1098) : error C3861: 'm_vDestPos': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1098) : error C3861: 'm_vDestPos': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1100) : error C2065: 'm_fDestAngle' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1100) : error C2065: 'm_bLeft' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1101) : error C3861: 'm_fDestAngle': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1102) : error C2065: 'm_dwRegionAttr' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1116) : error C2365: 'SendActMsg' : redefinition; previous definition was a 'formerly unknown identifier'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1154) : error C2065: 'm_dwAuthorization' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1155) : error C3861: 'm_dwAuthorization': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1187) : error C2065: 'm_bySex' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1188) : error C3861: 'm_bySex': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1189) : error C2065: 'm_dwBelligerence' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1202) : error C2065: 'm_nLevel' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1203) : error C2065: 'm_nFxp' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1204) : error C3861: 'm_nFxp': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1205) : error C2065: 'm_nExp1' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1206) : error C2228: left of '.nExp1' must have class/struct/union type
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1206) : error C3861: 'm_nLevel': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1207) : error C2228: left of '.nExp2' must have class/struct/union type
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1207) : error C3861: 'm_nLevel': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1244) : error C2065: 'm_nStr' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1245) : error C2065: 'm_nSta' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1246) : error C2065: 'm_nDex' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1247) : error C2065: 'm_nInt' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1329) : error C2227: left of '->IsDie' must point to class/struct/union
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1329) : error C2065: 'm_nHitPoint' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1329) : error C3861: 'm_pActMover': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1330) : error C2227: left of '->IsDie' must point to class/struct/union
        type is ''unknown-type''
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1330) : error C3861: 'm_pActMover': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1330) : error C3861: 'm_nHitPoint': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1333) : error C2065: 'm_dwPKTime' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1333) : error C3861: 'm_dwPKTime': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1334) : error C3861: 'm_dwPKTime': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1335) : error C3861: 'm_dwPKTime': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1336) : error C2065: 'm_dwPKPropensity' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1338) : error C2065: 'm_nPKValue' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1340) : error C3861: 'm_dwPKPropensity': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1417) : error C2065: 'm_oaCmd' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1418) : error C2065: 'm_oaAct' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1419) : error C2065: 'm_nCParam' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1516) : error C2065: 'm_nMovePattern' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1517) : error C2065: 'm_nMoveEvent' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1532) : error C2065: 'm_dwSMTime' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1561) : error C2065: 'm_nLegend' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1569) : error C2065: 'm_nJob' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1675) : error C2575: 'Render' : only member functions and bases can be virtual
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1684) : error C2065: 'm_nDmgCnt' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1734) : error C2059: syntax error : 'private'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1760) : error C2065: 'm_nAParam' : undeclared identifier
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1762) : error C3861: 'm_nCParam': identifier not found, even with argument-dependent lookup
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1765) : error C2059: syntax error : 'public'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1772) : error C2059: syntax error : 'public'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1799) : error C2039: 'm_pPool' : is not a member of 'CMover'
        c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(494) : see declaration of 'CMover'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1800) : error C2039: 'm_pPool' : is not a member of 'CMover'
        c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(494) : see declaration of 'CMover'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1801) : error C2039: 'm_pPool' : is not a member of 'CMover'
        c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(494) : see declaration of 'CMover'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1802) : error C2039: 'm_pPool' : is not a member of 'CMover'
        c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(494) : see declaration of 'CMover'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1805) : error C2059: syntax error : '}'
c:\Users\Gaston\Desktop\Code\Servidor\Server Epvp\Source\_Common\Mover.h(1805) : fatal error C1003: error count exceeds 100; stopping compilation
07/07/2017 21:39 Lumi#4
It seems some syntax are missing. Just check all syntax and be sure you haven't forgot something.
07/07/2017 23:54 TheP10021#5
FIXED
11/12/2017 09:19 lancekie#6
How do fix that?