Jump to content

Compilation errors


Guest glararan

Recommended Posts

Hello i have Problem with Compilations errors im new in C++ and don't know how is sucess type of isIgnoreUnitState and next can you help me with it?And where you search repairs.IS repair of http://github.com/Tasssadar/Patche

2>Compiling...

2>Unit.cpp

2>Player.cpp

2>..\\..\\src\\game\\Unit.cpp(9033) : error C3861: 'isIgnoreUnitState': identifier not found

2>..\\..\\src\\game\\Unit.cpp(9415) : error C3861: 'isIgnoreUnitState': identifier not found

2>..\\..\\src\\game\\Unit.cpp(9416) : error C3861: 'isIgnoreUnitState': identifier not found

2>..\\..\\src\\game\\Unit.cpp(9417) : error C3861: 'isIgnoreUnitState': identifier not found

2>..\\..\\src\\game\\Unit.cpp(11577) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(11579) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(11580) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(12609) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(13586) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(13587) : error C2065: 'm_lastAuraProcRoll' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(13930) : error C2039: 'isIgnoreUnitState' : is not a member of 'Unit'

2> c:\\users\\glararan\\desktop\\new mangos\\9839\\src\\game\\Unit.h(1085) : see declaration of 'Unit'

2>..\\..\\src\\game\\Unit.cpp(13931) : error C2601: 'isIgnoreUnitState' : local function definitions are illegal

2> ..\\..\\src\\game\\Unit.cpp(13916): this line contains a '{' which has not yet been matched

2>..\\..\\src\\game\\Unit.cpp(13932) : error C2065: 'SPELL_AURA_IGNORE_UNIT_STATE' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(13932) : error C3861: 'HasAuraType': identifier not found

2>..\\..\\src\\game\\Unit.cpp(13943) : error C2065: 'SPELL_AURA_IGNORE_UNIT_STATE' : undeclared identifier

2>..\\..\\src\\game\\Unit.cpp(13943) : error C3861: 'GetAurasByType': identifier not found

2>Spell.cpp

2>..\\..\\src\\game\\Spell.cpp(3217) : error C2065: 'SPELL_AURA_IGNORE_UNIT_STATE' : undeclared identifier

2>..\\..\\src\\game\\Spell.cpp(4121) : error C2039: 'isIgnoreUnitState' : is not a member of 'Unit'

2> c:\\users\\glararan\\desktop\\new mangos\\9839\\src\\game\\Unit.h(1085) : see declaration of 'Unit'

2>..\\..\\src\\game\\Spell.cpp(4183) : error C2039: 'isIgnoreUnitState' : is not a member of 'Unit'

2> c:\\users\\glararan\\desktop\\new mangos\\9839\\src\\game\\Unit.h(1085) : see declaration of 'Unit'

2>..\\..\\src\\game\\Spell.cpp(4184) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'unsigned __int64' can equal the given constant

2>..\\..\\src\\game\\Spell.cpp(4200) : error C2039: 'isIgnoreUnitState' : is not a member of 'Unit'

2> c:\\users\\glararan\\desktop\\new mangos\\9839\\src\\game\\Unit.h(1085) : see declaration of 'Unit'

2>..\\..\\src\\game\\Spell.cpp(4658) : error C2039: 'isIgnoreUnitState' : is not a member of 'Unit'

2> c:\\users\\glararan\\desktop\\new mangos\\9839\\src\\game\\Unit.h(1085) : see declaration of 'Unit'

2>..\\..\\src\\game\\Player.cpp(19404) : error C2248: 'ByteBuffer::append' : cannot access private member declared in class 'ByteBuffer'

2> c:\\Users\\gLararaN\\Desktop\\New mangos\\9839\\src\\shared\\ByteBuffer.h(498) : see declaration of 'ByteBuffer::append'

2> c:\\Users\\gLararaN\\Desktop\\New mangos\\9839\\src\\shared\\ByteBuffer.h(55) : see declaration of 'ByteBuffer'

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use