Just DLed the latest zip and extracted into MQ folder yadda yadda and tried to compile and this is what I got ..
I looked around but it doesnt appear that anyone else has had this problem ..
USing VS6 BTW
Code: Select all
Compiling...
EQClasses.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\EQClasses.cpp(9468) : error C2400: inline assembler syntax error in 'second operand'; found 'newline'
MQ2Auth.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Benchmarks.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2ChatHook.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2CleanUI.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2CommandAPI.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Commands.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Data.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2DataAPI.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2DataTypes.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2DataVars.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2DetourAPI.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2DInput.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Globals.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2KeyBinds.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2MacroCommands.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Main.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Mouse.cpp
EQLIB_EXPORTS
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2ParseAPI.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2PluginHandler.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Pulse.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Spawns.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Utilities.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
MQ2Windows.cpp
C:\Program Files\MQ2\MQ2Main\eqgame.h(553) : error C2143: syntax error : missing ';' before 'constant'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2143: syntax error : missing ';' before '{'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(112) : error C2447: missing function header (old-style formal list?)
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2629: unexpected 'class BlechNode ('
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(195) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(250) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2146: syntax error : missing ';' before identifier 'StringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'eBlechStringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(386) : error C2501: 'StringType' : missing storage-class or type specifiers
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(912) : error C2061: syntax error : identifier 'eBlechStringType'
C:\Program Files\MQ2\MQ2Main\..\Blech\Blech.h(1011) : error C2061: syntax error : identifier 'eBlechStringType'
Error executing cl.exe.
MQ2Main.dll - 265 error(s), 0 warning(s)