google-code-export / oregoncore

Automatically exported from code.google.com/p/oregoncore
GNU General Public License v2.0
1 stars 0 forks source link

Thaddius script compile errors #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe they still have problems, except errors not warnings now.

Compiling...
boss_thaddius.cpp
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(106) : error C2612: trailing 'type' illegal in base/member 
initializer list
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(107) : error C2601: 'Reset' : local function definitions are 
illegal
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(110) : error C2327: 'BossAI::events' : is not a type name, 
static, or enumerator
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(110) : error C2065: 'events' : undeclared identifier
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(110) : error C2228: left of '.ScheduleEvent' must have 
class/struct/union
        type is ''unknown-type''
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(111) : error C2327: 'BossAI::events' : is not a type name, 
static, or enumerator
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(111) : error C2065: 'events' : undeclared identifier
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(111) : error C2228: left of '.ScheduleEvent' must have 
class/struct/union
        type is ''unknown-type''
..\..\..\Documents and 
Settings\Administrator\Desktop\OregonCore\src\scripts\EasternKingdoms\Naxxramas\
boss_thaddius.cpp(144) : fatal error C1903: unable to recover from previous 
error(s); stopping compilation

Original issue reported on code.google.com by henry...@gmail.com on 15 Feb 2011 at 2:09

GoogleCodeExporter commented 9 years ago
Fixed in revision 5f9c09a5fe

Original comment by stfxm...@gmail.com on 15 Feb 2011 at 4:47