View Single Post
  #15  
Old 07-23-2003, 11:49 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

returns 47 errors -

C:\Program Files\Microsoft Visual Studio\Source\Zone\mob.h(65 : error C2258: illegal pure syntax, must be '= 0'
C:\Program Files\Microsoft Visual Studio\Source\Zone\mob.h(65 : error C2252: 'timercompleted' : pure specifier can only be specified for functions

23 of each of those as it compiles , triggered from mob.h

and this one in MobAI.cpp

C:\Program Files\Microsoft Visual Studio\Source\Zone\MobAI.cpp(715) : error C2065: 'timercompleted' : undeclared identifier

any ideas?
Reply With Quote