Raised This Month: $ Target: $400
 0% 

[closed]compiling AmxModX MM SDK errors =\


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Owyn
Veteran Member
Join Date: Nov 2007
Old 09-06-2009 , 08:19   [closed]compiling AmxModX MM SDK errors =\
Reply With Quote #1

hello, i looked thru this forums and i'd like to ask a little tutorial or just a suggestion what compiler to use to compile AmxModX itself from AMX Mod X Source-Code of downloads section (some ppl asked this but got no answer at all), since there is no .vcproject file some ppl find it troublesome

I reinstalled my windows so i wanna ask anyway about compiler cuz i would have to install it again anyway
__________________
☜ Free Mozy ☂backup\҉sync user
Quote:
Американский форум - Задаёшь вопрос, потом тебе отвечают.
Израильский форум - Задаёшь вопрос, потом тебе задают вопрос.
Русский форум - Задаёшь вопрос, потом тебе долго рассказывают, какой ты мудак.
Owyn is offline
Send a message via ICQ to Owyn
relaX_skullz
Member
Join Date: Aug 2009
Location: Zagreb, Croatia
Old 09-06-2009 , 08:39   Re: request: How to compile AmxModX itself
Reply With Quote #2

You mean how to compile .sma or?
relaX_skullz is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 09-06-2009 , 08:48   Re: request: How to compile AmxModX itself
Reply With Quote #3

amxmodx_mm.dll
__________________
☜ Free Mozy ☂backup\҉sync user
Quote:
Американский форум - Задаёшь вопрос, потом тебе отвечают.
Израильский форум - Задаёшь вопрос, потом тебе задают вопрос.
Русский форум - Задаёшь вопрос, потом тебе долго рассказывают, какой ты мудак.
Owyn is offline
Send a message via ICQ to Owyn
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-06-2009 , 14:40   Re: request: How to compile AmxModX itself
Reply With Quote #4

There is a tutorial in the Modules section on how to compile a module which is essentially what makes AMX Mod X.
__________________
fysiks is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 09-06-2009 , 15:05   Re: request: How to compile AmxModX itself
Reply With Quote #5

so you suggest
Visual C++ 2005 Express Edition? ^^
__________________
☜ Free Mozy ☂backup\҉sync user
Quote:
Американский форум - Задаёшь вопрос, потом тебе отвечают.
Израильский форум - Задаёшь вопрос, потом тебе задают вопрос.
Русский форум - Задаёшь вопрос, потом тебе долго рассказывают, какой ты мудак.
Owyn is offline
Send a message via ICQ to Owyn
Kitami
Senior Member
Join Date: Jun 2006
Location: Toronto
Old 09-07-2009 , 01:13   Re: request: How to compile AmxModX itself
Reply With Quote #6

Yeah that would be nice to know, ive been working with C# / C++ this year and would love to test out my skills cross compiling for linux.
__________________
You know what I'd like to be? I mean if I had my goddamn choice, I'd just be the catcher in the rye and all.
Kitami is offline
Owyn
Veteran Member
Join Date: Nov 2007
Old 09-08-2009 , 06:07   Re: request: How to compile AmxModX itself
Reply With Quote #7

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 ==========
__________________
☜ Free Mozy ☂backup\҉sync user
Quote:
Американский форум - Задаёшь вопрос, потом тебе отвечают.
Израильский форум - Задаёшь вопрос, потом тебе задают вопрос.
Русский форум - Задаёшь вопрос, потом тебе долго рассказывают, какой ты мудак.

Last edited by Owyn; 09-08-2009 at 09:23.
Owyn is offline
Send a message via ICQ to Owyn
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode