Compiling errors from the latest source r1575
not sure which build it was from. It's either somewhere between r1572 to r1575
here's the error I got: botspellsai.cpp .\botspellsai.cpp(1055) : error C2660: 'EntityList::GetNPCList' : function does not take 0 arguments .\botspellsai.cpp(1055) : error C2228: left of '.begin' must have class/struct/union .\botspellsai.cpp(1055) : error C2660: 'EntityList::GetNPCList' : function does not take 0 arguments .\botspellsai.cpp(1055) : error C2228: left of '.end' must have class/struct/union bot.cpp bonuses.cpp beacon.cpp attack.cpp aggro.cpp AA.cpp Generating Code... Creating browse information file... Microsoft Browse Information Maintenance Utility Version 9.00.30729 Copyright (C) Microsoft Corporation. All rights reserved. Build log was saved at "file://f:\eqservfiles\trunk\EQEmuServer\zone\ReleaseBots\ BuildLog.htm" Zone - 4 error(s), 0 warning(s) |
The new argument was introduced in r1572
|
ah, wish I know how to fix this.
|
Quote:
Code:
for(std::list<NPC*>::iterator itr = entity_list.GetNPCList().begin(); itr != entity_list.GetNPCList().end(); itr++) { Code:
std::list<NPC*> npc_list; |
Thanks Derision, that fixed the compiling errors. =)
|
All times are GMT -4. The time now is 03:28 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.