some links in
http://wiki.alliedmods.net/Module_Wr...ecessary_Files
are broken =\
such as
Platform SDK or unix2dos
okay i found and installed platform SDK but now, okay i formatted all metamod sdk files to windows format using notepad++, but wtf now?
Code:
1>------ Build started: Project: amxmodx_mm, Configuration: JITDebug Win32 ------
1>Compiling...
1>datastructs.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>vector.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>vault.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>util.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>trie_natives.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>string.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>srvcmd.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>sorting.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>newmenus.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>natives.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>modules.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>meta_api.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\amxmodx\meta_api.cpp(1409) : error C2146: syntax error : missing ';' before identifier 'gMetaFunctionTable'
1>c:\sdk_files\amxmodx\meta_api.cpp(1409) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\amxmodx\meta_api.cpp(1409) : error C2370: 'META_FUNCTIONS' : redefinition; different storage class
1> c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : see declaration of 'META_FUNCTIONS'
1>c:\sdk_files\amxmodx\meta_api.cpp(1409) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\amxmodx\meta_api.cpp(1410) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\amxmodx\meta_api.cpp(1418) : error C2065: 'pMGlobals' : undeclared identifier
1>c:\sdk_files\amxmodx\meta_api.cpp(1419) : error C2228: left of '.pfnGetEntityAPI2' must have class/struct/union
1> type is 'int'
1>c:\sdk_files\amxmodx\meta_api.cpp(1420) : error C2228: left of '.pfnGetEntityAPI2_Post' must have class/struct/union
1> type is 'int'
1>c:\sdk_files\amxmodx\meta_api.cpp(1421) : error C2228: left of '.pfnGetEngineFunctions' must have class/struct/union
1> type is 'int'
1>c:\sdk_files\amxmodx\meta_api.cpp(1422) : error C2228: left of '.pfnGetEngineFunctions_Post' must have class/struct/union
1> type is 'int'
1>c:\sdk_files\amxmodx\meta_api.cpp(1424) : error C2228: left of '.pfnGetNewDLLFunctions' must have class/struct/union
1> type is 'int'
1>c:\sdk_files\amxmodx\meta_api.cpp(1427) : error C2065: 'pFunctionTable' : undeclared identifier
1>c:\sdk_files\amxmodx\meta_api.cpp(1428) : error C2065: 'pGamedllFuncs' : undeclared identifier
1>messages.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>libraries.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>format.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>file.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\dlls\enginecallback.h(62) : warning C4005: 'SERVER_EXECUTE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winspool.h(3118) : see previous definition of 'SERVER_EXECUTE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>fakemeta.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>emsg.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>debugger.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CVault.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>Generating Code...
1>Compiling...
1>CTask.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CPlugin.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CModule.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CMisc.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CMenu.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CLogEvent.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CLang.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\amxmodx\clang.cpp(423) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>CForward.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CFlagManager.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CFile.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CEvent.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>CCmd.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>amxxlog.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>amxxfile.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>amxmodx.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>amxmod_compat.cpp
1>c:\sdk_files\hlsdk-2.3-p3\multiplayer\engine\eiface.h(416) : warning C4005: 'ARRAYSIZE' : macro redefinition
1> v:\program files\microsoft sdks\windows\v6.1\include\winnt.h(1072) : see previous definition of 'ARRAYSIZE'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(153) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\types_meta.h(159) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(119) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(125) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(157) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C2146: syntax error : missing ';' before identifier 'status'
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\mreg.h(241) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\log_meta.h(151) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'do'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(187) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(191) : error C2059: syntax error : 'while'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2143: syntax error : missing ';' before '{'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(205) : error C2447: '{' : missing function header (old-style formal list?)
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(223) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(287) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>c:\sdk_files\metamod-1.19\metamod\meta_api.h(295) : error C2061: syntax error : identifier 'META_FUNCTIONS'
1>Generating Code...
1>Build log was saved at "file://c:\sdk_files\amxmodx\msvc8\JITDebug\BuildLog.htm"
1>amxmodx_mm - 1166 error(s), 37 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
__________________