View Single Post
  #7  
Old 07-24-2003, 05:57 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

It shouldnt have been hard... The compiler listed the lines the errors were from...lol...

C:\EQEmu\NewSource\Zone\MobAI.cpp(3087) : error C2955: 'list' :
C:\EQEmu\NewSource\Zone\MobAI.cpp(3235) : error C2955: 'list' :

Like mongrel said, try replacing list with some other variable name.... I'd do a global search and replace in that file of list with something else, it's clashing with something defined in the STL...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote