View Single Post
  #1  
Old 07-24-2003, 04:58 AM
icesab
Fire Beetle
 
Join Date: Jul 2003
Posts: 4
Default

ok i think i found the actual line these error came from the lines they point to have nothing on them but when you make a change to the cpp and resave it the error changed to this

Command line warning D4002 : ignoring unknown option '/Ob2'
MobAI.cpp
C:\EQEmu\NewSource\Zone\MobAI.cpp(3087) : error C2955: 'list' : use of class template requires template argument list
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\list(415) : see declaration of 'list'
C:\EQEmu\NewSource\Zone\MobAI.cpp(3235) : error C2955: 'list' : use of class template requires template argument list
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\list(415) : see declaration of 'list'
Error executing cl.exe.

and on them lines i have this

bool IsSpellInList(DBnpcspells_Struct* list, sint16 iSpellID);

bool IsSpellInList(DBnpcspells_Struct* list, sint16 iSpellID) {

so if anyone have any idea why i get this error please let me know.
also on the first line i can change the list to anything to get rid of the error but on the second line i get errors if i change it
Reply With Quote