View Single Post
Re: BSP and RBN utilities
Old
  (#9)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: BSP and RBN utilities - 20-07-2004

Quote:
\bots\hlsdk\multiplayer source\dlls\vector.h(22) : error C2061: syntax error : identifier 'Vector2D'
\bots\hlsdk\multiplayer source\dlls\vector.h(22) : error C2059: syntax error : ';'
\bots\hlsdk\multiplayer source\dlls\vector.h(23) : error C2449: found '{' at file scope (missing function header?)
\bots\hlsdk\multiplayer source\dlls\vector.h(51) : error C2059: syntax error : '}'
\bots\hlsdk\multiplayer source\dlls\vector.h(54) : error C2061: syntax error : identifier 'Vector2D'
\bots\hlsdk\multiplayer source\dlls\vector.h(54) : error C2059: syntax error : ';'
\bots\hlsdk\multiplayer source\dlls\vector.h(54) : error C2143: syntax error : missing '{' before '*'
\bots\hlsdk\multiplayer source\dlls\vector.h(54) : error C2059: syntax error : 'type'
\bots\hlsdk\multiplayer source\dlls\vector.h(59) : error C2061: syntax error : identifier 'Vector'
\bots\hlsdk\multiplayer source\dlls\vector.h(59) : error C2059: syntax error : ';'
\bots\hlsdk\multiplayer source\dlls\vector.h(60) : error C2449: found '{' at file scope (missing function header?)
\bots\hlsdk\multiplayer source\dlls\vector.h(105) : error C2059: syntax error : '}'
\bots\hlsdk\multiplayer source\dlls\vector.h(107) : error C2054: expected '(' to follow 'inline'
\bots\hlsdk\multiplayer source\dlls\vector.h(107) : error C2143: syntax error : missing ')' before '&'
etc etc etc

a total of 204 errors before it quit

using Visual C++

HTH
  
Reply With Quote