View Single Post
  #1  
Old 07-23-2003, 11:06 AM
icesab
Fire Beetle
 
Join Date: Jul 2003
Posts: 4
Default help zone compile

Can anyone help me with these errors i am getting while compiling zone.exe for the 0.5.0 in MVC++ 6 .

The dll and world.exe i got to compile but these are the errors on zone I get.

Any Help is Appreciated.

Compiling...
Command line warning D4002 : ignoring unknown option '/Ob2'
MobAI.cpp
C:\EQEmu\NewSource\Zone\MobAI.cpp(1544) : 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(161 : 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'
parser.cpp
C:\EQEmu\NewSource\Zone\parser.cpp(59) : error C2039: 'clear' : is not a member of 'basic_string<char,struct std::char_traits<char>,class std::allocator<char> >'
C:\EQEmu\NewSource\Zone\parser.cpp(73) : error C2039: 'clear' : is not a member of 'basic_string<char,struct std::char_traits<char>,class std::allocator<char> >'



Error executing cl.exe.
Reply With Quote