Compile Error with entity.h
I'm getting a compile error and I'm hoping I can get some advise on how to proceed with fixing this issue. I've searched the other threads and have not found anyone else reporting on this issue.
I'm running XP with Visual Studio Express C++ 2010 and Perl v5.12.3.
c:\eq\source\zone\entity.h(444): error C2143: syntax error : missing ';' before '<'
c:\eq\source\zone\entity.h(444): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\eq\source\zone\entity.h(444): error C2238: unexpected token(s) preceding ';'
========= Rebuild All: 8 succeeded, 1 failed, 0 skipped ==========
Any help/guidance would be much appreciative.
Thanks
|